CrossGeeks / GeofencePlugin

Geofence Plugin for Xamarin iOS and Android
MIT License
48 stars 22 forks source link

android.runtime.JavaProxyThrowable at Plugin.Geofence.CrossGeofence.get_Current () at Plugin.Geofence.GeofenceBootReceiver.OnReceive #35

Open AswathyDrive opened 3 years ago

AswathyDrive commented 3 years ago

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_contentIntent (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)

MathiasTP commented 2 years ago

We are getting the same in our playstore crash logs.