Skip to content

Instantly share code, notes, and snippets.

@amaliasafer
Created July 17, 2015 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amaliasafer/702b27c92bc17f943647 to your computer and use it in GitHub Desktop.
Save amaliasafer/702b27c92bc17f943647 to your computer and use it in GitHub Desktop.
Error messages on third picture added
Java.Lang.OutOfMemoryError: Failed to allocate a 65028108 byte allocation with 1018376 free bytes and 994KB until OOM
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Users/builder/data/lanes/1879/5f55a9ef/source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:61
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>m__0 (object) [0x00000] in /Users/builder/data/lanes/1879/5f55a9ef/source/mono/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:1006
at Android.App.SyncContext/<Post>c__AnonStorey0.<>m__0 () [0x00000] in /Users/builder/data/lanes/1879/5f55a9ef/source/monodroid/src/Mono.Android/src/Android.App/SyncContext.cs:18
at Java.Lang.Thread/RunnableImplementor.Run () [0x0000b] in /Users/builder/data/lanes/1879/5f55a9ef/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:36
at Java.Lang.IRunnableInvoker.n_Run (intptr,intptr) [0x00009] in /Users/builder/data/lanes/1879/5f55a9ef/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Java.Lang.IRunnable.cs:71
at at (wrapper dynamic-method) object.2ad7e107-39ce-41b9-8870-5cba7fd3c909 (intptr,intptr) <IL 0x00011, 0x00043>
at --- End of managed exception stack trace ---
at java.lang.OutOfMemoryError: Failed to allocate a 65028108 byte allocation with 1018376 free bytes and 994KB until OOM
at at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
at at android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
at at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:651)
at at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:627)
at at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:665)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment