Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crashes after taking pictures #1

Open
mirko77 opened this issue Sep 17, 2013 · 0 comments
Open

App crashes after taking pictures #1

mirko77 opened this issue Sep 17, 2013 · 0 comments

Comments

@mirko77
Copy link

mirko77 commented Sep 17, 2013

Sometimes the app crashes due to out of memory errors:

Log:

09-17 14:54:43.328: E/AndroidRuntime(12639): FATAL EXCEPTION: main
09-17 14:54:43.328: E/AndroidRuntime(12639): java.lang.OutOfMemoryError
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.graphics.Bitmap.nativeCreate(Native Method)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.graphics.Bitmap.createBitmap(Bitmap.java:689)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.graphics.Bitmap.createBitmap(Bitmap.java:666)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.graphics.Bitmap.createBitmap(Bitmap.java:599)
09-17 14:54:43.328: E/AndroidRuntime(12639): at org.apache.cordova.CameraLauncher.getRotatedBitmap(CameraLauncher.java:496)
09-17 14:54:43.328: E/AndroidRuntime(12639): at org.apache.cordova.CameraLauncher.onActivityResult(CameraLauncher.java:322)
09-17 14:54:43.328: E/AndroidRuntime(12639): at org.apache.cordova.DroidGap.onActivityResult(DroidGap.java:812)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.app.Activity.dispatchActivityResult(Activity.java:5293)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.app.ActivityThread.deliverResults(ActivityThread.java:3443)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.app.ActivityThread.handleSendResult(ActivityThread.java:3490)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.app.ActivityThread.access$1100(ActivityThread.java:153)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1295)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.os.Handler.dispatchMessage(Handler.java:99)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.os.Looper.loop(Looper.java:137)
09-17 14:54:43.328: E/AndroidRuntime(12639): at android.app.ActivityThread.main(ActivityThread.java:5227)
09-17 14:54:43.328: E/AndroidRuntime(12639): at java.lang.reflect.Method.invokeNative(Native Method)
09-17 14:54:43.328: E/AndroidRuntime(12639): at java.lang.reflect.Method.invoke(Method.java:511)
09-17 14:54:43.328: E/AndroidRuntime(12639): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:795)
09-17 14:54:43.328: E/AndroidRuntime(12639): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:562)
09-17 14:54:43.328: E/AndroidRuntime(12639): at dalvik.system.NativeStart.main(Native Method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant