Skip to content

Instantly share code, notes, and snippets.

@chrisntr
Created October 16, 2011 21:07
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/ae1d7a1723a9d1376c74 to your computer and use it in GitHub Desktop.
Save chrisntr/ae1d7a1723a9d1376c74 to your computer and use it in GitHub Desktop.
I/mono ( 578): Stacktrace:
I/mono ( 578):
I/mono ( 578): at Android.Runtime.JNIEnv.GetObjectClass (intptr) <0x0003f>
I/mono ( 578): at Android.Runtime.TypeManager.CreateInstance (intptr,System.Type) <0x0006b>
I/mono ( 578): at Android.Runtime.TypeManager.CreateInstance (intptr) <0x00017>
I/mono ( 578): at Java.Lang.Object.GetObject (intptr,bool) <0x001eb>
I/mono ( 578): at Android.Runtime.JNIEnv.CopyArray<byte> (intptr,byte[]) <0x0003b>
I/mono ( 578): at Android.Runtime.JNIEnv.GetArray<byte> (intptr) <0x0009b>
I/mono ( 578): at NoInternets.SMSReceiver.OnReceive (Android.Content.Context,Android.Content.Intent) <0x00103>
I/mono ( 578): at Android.Content.BroadcastReceiver.n_OnReceive_Landroid_content_Context_Landroid_content_Intent_ (intptr,intptr,intptr,intptr) <0x00083>
I/mono ( 578): at (wrapper dynamic-method) object.c9d1309e-7696-4754-9110-69d373805806 (intptr,intptr,intptr,intptr) <0x0003b>
I/mono ( 578): at (wrapper native-to-managed) object.c9d1309e-7696-4754-9110-69d373805806 (intptr,intptr,intptr,intptr) <0xffffffff>
I/MonoDroid( 578): UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
I/MonoDroid( 578): at Android.Runtime.JNIEnv.GetObjectClass (intptr) <0x0003f>
I/MonoDroid( 578): at Android.Runtime.TypeManager.CreateInstance (intptr,System.Type) <0x0006b>
I/MonoDroid( 578): at Android.Runtime.TypeManager.CreateInstance (intptr) <0x00017>
I/MonoDroid( 578): at Java.Lang.Object.GetObject (intptr,bool) <0x001eb>
I/MonoDroid( 578): at Android.Runtime.JNIEnv.CopyArray<byte> (intptr,byte[]) <0x0003b>
I/MonoDroid( 578): at Android.Runtime.JNIEnv.GetArray<byte> (intptr) <0x0009b>
I/MonoDroid( 578): at NoInternets.SMSReceiver.OnReceive (Android.Content.Context,Android.Content.Intent) <0x00103>
I/MonoDroid( 578): at Android.Content.BroadcastReceiver.n_OnReceive_Landroid_content_Context_Landroid_content_Intent_ (intptr,intptr,intptr,intptr) <0x00083>
I/MonoDroid( 578): at (wrapper dynamic-method) object.c9d1309e-7696-4754-9110-69d373805806 (intptr,intptr,intptr,intptr) <0x0003b>
E/mono ( 578):
E/mono ( 578): Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
E/mono ( 578): at Android.Runtime.JNIEnv.GetObjectClass (IntPtr jobject) [0x00000] in <filename unknown>:0
E/mono ( 578): at Android.Runtime.TypeManager.CreateInstance (IntPtr handle, System.Type targetType) [0x00000] in <filename unknown>:0
E/mono ( 578): at Android.Runtime.TypeManager.CreateInstance (IntPtr handle) [0x00000] in <filename unknown>:0
E/mono ( 578): at Java.Lang.Object.GetObject (IntPtr handle, Boolean owned) [0x00000] in <filename unknown>:0
E/mono ( 578): at Android.Runtime.JNIEnv.CopyArray[Byte] (IntPtr src, System.Byte[] dest) [0x00000] in <filename unknown>:0
E/mono ( 578): at Android.Runtime.JNIEnv.GetArray[Byte] (IntPtr array_ptr) [0x00000] in <filename unknown>:0
E/mono ( 578): at NoInternets.SMSReceiver.OnReceive (Android.Content.Context context, Android.Content.Intent intent) [0x00000] in <filename unknown>:0
E/mono ( 578): at Android.Content.BroadcastReceiver.n_OnReceive_Landroid_content_Context_Landroid_content_Intent_ (IntPtr jnienv, IntPtr native__this, IntPtr native_co
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment