Skip to content

Instantly share code, notes, and snippets.

@atin360
Created April 26, 2012 09:53
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 atin360/2498382 to your computer and use it in GitHub Desktop.
Save atin360/2498382 to your computer and use it in GitHub Desktop.
E/mono ( 4454): WARNING: The runtime version supported by this application is unavailable.
E/mono ( 4454): Using default runtime: v2.0.50727
I/monodroid-gc( 4454): environment supports jni NewWeakGlobalRef
W/monodroid-gc( 4454): GREF GC Threshold: 1800
I/dalvikvm-heap( 4454): Grow heap (frag case) to 6.859MB for 513744-byte allocation
V/TLINE ( 4454): new: android.text.TextLine@40645868
I/MonoDroid( 4454): UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object
I/MonoDroid( 4454): at MonoDroid.ApiDemo.App.ActionBarDisplayOptionsActivity.OnCreate (Android.OS.Bundle) <0x00640>
I/MonoDroid( 4454): at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) <0x0005f>
I/MonoDroid( 4454): at (wrapper dynamic-method) object.8b385924-9a73-4965-a9c8-de6d5b135de8 (intptr,intptr,intptr) <0x00033>
E/mono ( 4454):
E/mono ( 4454): Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
E/mono ( 4454): at MonoDroid.ApiDemo.App.ActionBarDisplayOptionsActivity.OnCreate (Android.OS.Bundle bundle) [0x00000] in <filename unknown>:0
E/mono ( 4454): at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (IntPtr jnienv, IntPtr native__this, IntPtr native_savedInstanceState) [0x00000] in <filename unknown>:0
E/mono ( 4454): at (wrapper dynamic-method) object:8b385924-9a73-4965-a9c8-de6d5b135de8 (intptr,intptr,intptr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment