Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Created June 1, 2012 16:40
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 chrisntr/abf894ca465c2d4d654a to your computer and use it in GitHub Desktop.
Save chrisntr/abf894ca465c2d4d654a to your computer and use it in GitHub Desktop.
E/mono ( 2321): WARNING: The runtime version supported by this application is unavailable.
E/mono ( 2321): Using default runtime: v2.0.50727
I/monodroid-gc( 2321): environment supports jni NewWeakGlobalRef
W/monodroid-gc( 2321): GREF GC Threshold: 46800
I/MonoDroid( 2321): UNHANDLED EXCEPTION: System.NotSupportedException: Unable to activate instance of type Android.Runtime.InputStreamAdapter from native handle 4134f9a0 ---> System.MissingMethodException: No constructor found for Android.Runtime.InputStreamAdapter::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership)
I/MonoDroid( 2321): at Java.Interop.TypeManager.CreateProxy (System.Type type, IntPtr handle, JniHandleOwnership transfer) [0x00000] in <filename unknown>:0
I/MonoDroid( 2321): at Java.Interop.TypeManager.CreateInstance (IntPtr handle, JniHandleOwnership transfer, System.Type targetType) [0x00000] in <filename unknown>:0
I/MonoDroid( 2321): --- End of inner exception stack trace ---
I/MonoDroid( 2321): at Java.Interop.TypeManager.CreateInstance (intptr,Android.Runtime.JniHandleOwnership,System.Type) <0x00594>
I/MonoDroid( 2321): at Java.Lang.Object.GetObject (intptr,Android.Runtime.JniHandleOwnership,System.Type) <0x00257>
I/MonoDroid( 2321): at Java.Lang.Object._GetObject<Java.IO.InputStream> (intptr,Android.Runtime.JniHandleOwnership) <0x0004f>
I/MonoDroid( 2321): at Java.Lang.Object.GetObject<Java.IO.InputStream> (intptr,Android.Runtime.JniHandleOwnership) <0x0002b>
I/MonoDroid( 2321): at Java.IO.InputStream.n_Read_arrayBII (intptr,intptr,intptr,int,int) <0x00037>
I/MonoDroid( 2321): at (wrapper dynamic-method) object.45356392-af6d-45c9-9aee-7e5a1228b237 (intptr,intptr,intptr,int,int) <0x0004b>
I/mono ( 2321): Stacktrace:
I/mono ( 2321):
I/mono ( 2321): at Android.Runtime.JNIEnv.NewString (string) <0x0006b>
I/mono ( 2321): at Android.Util.Log.Info (string,string) <0x00073>
I/mono ( 2321): at Android.Runtime.AndroidEnvironment.UnhandledException (System.Exception) <0x00037>
I/mono ( 2321): at (wrapper dynamic-method) object.e3edbe21-e164-4381-9a1e-47d7e0a4f3b5 (intptr,intptr,intptr) <0x00087>
I/mono ( 2321): at (wrapper native-to-managed) object.e3edbe21-e164-4381-9a1e-47d7e0a4f3b5 (intptr,intptr,intptr) <0xffffffff>
E/mono ( 2321):
E/mono ( 2321): Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
E/mono ( 2321): at Android.Runtime.JNIEnv.NewString (string) <0x0006b>
E/mono ( 2321): at Android.Util.Log.Info (string,string) <0x00073>
E/mono ( 2321): at Android.Runtime.AndroidEnvironment.UnhandledException (System.Exception) <0x00037>
E/mono ( 2321): at (wrapper dynamic-method) object.e3edbe21-e164-4381-9a1e-47d7e0a4f3b5 (intptr,intptr,intptr) <0x00087>
E/mono ( 2321): at (wrapper native-to-managed) object.e3edbe21-e164-4381-9a1e-47d7e0a4f3b5 (intptr,intptr,intptr) <0x00043>
E/mono ( 2321):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment