Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NullPointerException in GeofencingGooglePlayServicesProvider.java:247 #130

Closed
erf opened this issue Apr 12, 2016 · 1 comment
Closed

NullPointerException in GeofencingGooglePlayServicesProvider.java:247 #130

erf opened this issue Apr 12, 2016 · 1 comment

Comments

@erf
Copy link

erf commented Apr 12, 2016

I received an crash report from Crashlytics now with the following information:

Fatal Exception: java.lang.NullPointerException
       at io.nlopez.smartlocation.geofencing.providers.GeofencingGooglePlayServicesProvider$GeofencingService.onHandleIntent(GeofencingGooglePlayServicesProvider.java:247)
       at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)
       at android.os.Handler.dispatchMessage(Handler.java:99)
       at android.os.Looper.loop(Looper.java:137)
       at android.os.HandlerThread.run(HandlerThread.java:60)

This bug seems strange to me as i am NOT using any geofencing functionalty (!)

The code referenced is:

for (Geofence geofence : geofencingEvent.getTriggeringGeofences()) {
@lvaizer
Copy link

lvaizer commented May 31, 2016

+1
v3.2.2

@erf erf closed this as completed May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants