Skip to content

Instantly share code, notes, and snippets.

@Abhishekk360
Created March 11, 2016 13:20
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 Abhishekk360/48c31ca547c1316e8564 to your computer and use it in GitHub Desktop.
Save Abhishekk360/48c31ca547c1316e8564 to your computer and use it in GitHub Desktop.
[monodroid] Trying to load sgen from: /data/app/com.companyname.bugverify-1/lib/arm/libmonosgen-2.0.so
[monodroid-gc] GREF GC Threshold: 46080
[monodroid] Calling into managed runtime init
[OpenGLRenderer] Use EGL_SWAP_BEHAVIOR_PRESERVED: true
[Atlas] Validating map...
[Adreno-EGL] <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: (Ibddc658e36)
[Adreno-EGL] OpenGL ES Shader Compiler Version: E031.25.03.04
[Adreno-EGL] Build Date: 08/10/15 Mon
[Adreno-EGL] Local Branch: workspace
[Adreno-EGL] Remote Branch:
[Adreno-EGL] Local Patches:
[Adreno-EGL] Reconstruct Branch:
[OpenGLRenderer] Initialized EGL, version 1.4
[OpenGLRenderer] Enabling debug mode 0
[MonoDroid] UNHANDLED EXCEPTION:
[MonoDroid] System.Exception: Wow I am Exception
[MonoDroid] at BugVerify.MainActivity.<OnCreate>m__0 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0
[MonoDroid] at Android.Views.View+IOnClickListenerImplementor.OnClick (Android.Views.View v) [0x00014] in <filename unknown>:0
[MonoDroid] at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_ (IntPtr jnienv, IntPtr native__this, IntPtr native_v) [0x00011] in <filename unknown>:0
[MonoDroid] at (wrapper dynamic-method) System.Object:08a02de1-74a3-4d00-9e90-bd0c7485be26 (intptr,intptr,intptr)
[art] JNI RegisterNativeMethods: attempt to register 0 native methods for android.runtime.JavaProxyThrowable
[AndroidRuntime] Shutting down VM
[AndroidRuntime] FATAL EXCEPTION: main
[AndroidRuntime] Process: com.companyname.bugverify, PID: 9185
[AndroidRuntime] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[AndroidRuntime] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:702)
[AndroidRuntime] Caused by: java.lang.reflect.InvocationTargetException
[AndroidRuntime] at java.lang.reflect.Method.invoke(Native Method)
[AndroidRuntime] at java.lang.reflect.Method.invoke(Method.java:372)
[AndroidRuntime] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:907)
[AndroidRuntime] ... 1 more
[AndroidRuntime] Caused by: android.runtime.JavaProxyThrowable: System.Exception: Wow I am Exception
[AndroidRuntime] at BugVerify.MainActivity.<OnCreate>m__0 (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0
[AndroidRuntime] at Android.Views.View+IOnClickListenerImplementor.OnClick (Android.Views.View v) [0x00014] in <filename unknown>:0
[AndroidRuntime] at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_ (IntPtr jnienv, IntPtr native__this, IntPtr native_v) [0x00011] in <filename unknown>:0
[AndroidRuntime] at (wrapper dynamic-method) System.Object:08a02de1-74a3-4d00-9e90-bd0c7485be26 (intptr,intptr,intptr)
[AndroidRuntime] at mono.android.view.View_OnClickListenerImplementor.n_onClick(Native Method)
[AndroidRuntime] at mono.android.view.View_OnClickListenerImplementor.onClick(View_OnClickListenerImplementor.java:30)
[AndroidRuntime] at android.view.View.performClick(View.java:4785)
[AndroidRuntime] at android.view.View$PerformClick.run(View.java:19884)
[AndroidRuntime] at android.os.Handler.handleCallback(Handler.java:746)
[AndroidRuntime] at android.os.Handler.dispatchMessage(Handler.java:95)
[AndroidRuntime] at android.os.Looper.loop(Looper.java:135)
[AndroidRuntime] at android.app.ActivityThread.main(ActivityThread.java:5343)
[AndroidRuntime] ... 4 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment