domaven / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
37 stars 51 forks source link

Android runtime error at GeofenceTransitionsIntentService.OnHandleIntent #34

Open ghost opened 6 years ago

ghost commented 6 years ago

From google crash reports for devices running on android 7 and 6

android.runtime.JavaProxyThrowable: at Geofence.Plugin.CrossGeofence.get_Current () [0x00011] in <21ef7c4278d8420e8c7d13c7905a427b>:0
at Geofence.Plugin.GeofenceTransitionsIntentService.OnHandleIntent (Android.Content.Intent intent) [0x00046] in <21ef7c4278d8420e8c7d13c7905a427b>:0
at Android.App.IntentService.n_OnHandleIntent_Landroid_content_Intent_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_intent) [0x0000f] in <d855bac285f44dda8a0d8510b679b1e2>:0
at (wrapper dynamic-method) System.Object:2d325a0a-1bf0-45fd-8ee9-de47f1f8faa0 (intptr,intptr,intptr)
  at md5bb8cda7c6f2e92ce076bef532eff3783.GeofenceTransitionsIntentService.n_onHandleIntent (Native Method)
  at md5bb8cda7c6f2e92ce076bef532eff3783.GeofenceTransitionsIntentService.onHandleIntent (GeofenceTransitionsIntentService.java:37)
  at android.app.IntentService$ServiceHandler.handleMessage (IntentService.java:68)
  at android.os.Handler.dispatchMessage (Handler.java:102)
  at android.os.Looper.loop (Looper.java:154)
  at android.os.HandlerThread.run (HandlerThread.java:61)