You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our app we are getting the below exception in playstore crash logs.
android.runtime.JavaProxyThrowable: at Plugin.Geofence.CrossGeofence.get_Current () [0x0000c] in <28fabad7513c4054abd58c6d29692c2b>:0
at Plugin.Geofence.GeofenceBootReceiver.OnReceive (Android.Content.Context context, Android.Content.Intent intent) [0x00000] in <28fabad7513c4054abd58c6d29692c2b>:0
at Android.Content.BroadcastReceiver.n_OnReceive_Landroid_content_Context_Landroid_content_Intent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_context, System.IntPtr native_intent) [0x00017] in <6600f1020d764ec4ad7c02914ab818fc>:0
at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.12(intptr,intptr,intptr,intptr)
at crc64c554f6b6abc76285.GeofenceBootReceiver.n_onReceive (Native Method)
at crc64c554f6b6abc76285.GeofenceBootReceiver.onReceive (GeofenceBootReceiver.java:29)
at android.app.ActivityThread.handleReceiver (ActivityThread.java:4229)
at android.app.ActivityThread.access$1700 (ActivityThread.java:274)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2113)
at android.os.Handler.dispatchMessage (Handler.java:107)
at android.os.Looper.loop (Looper.java:237)
at android.app.ActivityThread.main (ActivityThread.java:8167)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)
The text was updated successfully, but these errors were encountered:
In our app we are getting the below exception in playstore crash logs.
android.runtime.JavaProxyThrowable: at Plugin.Geofence.CrossGeofence.get_Current () [0x0000c] in <28fabad7513c4054abd58c6d29692c2b>:0
at Plugin.Geofence.GeofenceBootReceiver.OnReceive (Android.Content.Context context, Android.Content.Intent intent) [0x00000] in <28fabad7513c4054abd58c6d29692c2b>:0
at Android.Content.BroadcastReceiver.n_OnReceive_Landroid_content_Context_Landroid_content_Intent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_context, System.IntPtr native_intent) [0x00017] in <6600f1020d764ec4ad7c02914ab818fc>:0
at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.12(intptr,intptr,intptr,intptr)
at crc64c554f6b6abc76285.GeofenceBootReceiver.n_onReceive (Native Method)
at crc64c554f6b6abc76285.GeofenceBootReceiver.onReceive (GeofenceBootReceiver.java:29)
at android.app.ActivityThread.handleReceiver (ActivityThread.java:4229)
at android.app.ActivityThread.access$1700 (ActivityThread.java:274)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2113)
at android.os.Handler.dispatchMessage (Handler.java:107)
at android.os.Looper.loop (Looper.java:237)
at android.app.ActivityThread.main (ActivityThread.java:8167)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:496)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)
The text was updated successfully, but these errors were encountered: