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
we got another error "Attempt to invoke virtual method 'android.os.Bundle android.location.Location.getExtras()' on a null object reference"
Stack trace:
NullPointerException
Attempt to invoke virtual method 'android.os.Bundle android.location.Location.getExtras()' on a null object reference
com.transistorsoft.locationmanager.location.TSLocation in applyExtras at line 3
com.transistorsoft.locationmanager.service.PolygonGeofencingService in handleGeofencingEvent at line 161
com.transistorsoft.locationmanager.service.PolygonGeofencingService in a at line 3
com.transistorsoft.locationmanager.service.PolygonGeofencingService in $r8$lambda$eNqDkhVR6WpqX_AicdiLstvearQ
com.transistorsoft.locationmanager.service.PolygonGeofencingService$$ExternalSyntheticLambda2 in run at line 6
java.util.concurrent.ThreadPoolExecutor in runWorker at line 1145
java.util.concurrent.ThreadPoolExecutor$Worker in run at line 644
java.lang.Thread in run at line 1012
Hi, I tried to find something interesting in the event data in our logs. It appears that one of the users denied location permissions and then accepted them back. But he is only one of 11 users with the same error. I haven't seen anything suspicious from other users. :-(
Hello Chris,
we got another error "Attempt to invoke virtual method 'android.os.Bundle android.location.Location.getExtras()' on a null object reference"
Stack trace:
NullPointerException
Attempt to invoke virtual method 'android.os.Bundle android.location.Location.getExtras()' on a null object reference
com.transistorsoft.locationmanager.location.TSLocation in applyExtras at line 3
com.transistorsoft.locationmanager.service.PolygonGeofencingService in handleGeofencingEvent at line 161
com.transistorsoft.locationmanager.service.PolygonGeofencingService in a at line 3
com.transistorsoft.locationmanager.service.PolygonGeofencingService in $r8$lambda$eNqDkhVR6WpqX_AicdiLstvearQ
com.transistorsoft.locationmanager.service.PolygonGeofencingService$$ExternalSyntheticLambda2 in run at line 6
java.util.concurrent.ThreadPoolExecutor in runWorker at line 1145
java.util.concurrent.ThreadPoolExecutor$Worker in run at line 644
java.lang.Thread in run at line 1012
Could you please look at that?
Your Environment
react-native -v
): 0.73.7Expected Behavior
App is not crashing
Actual Behavior
App is crashing
Steps to Reproduce
Context
Debug logs
Logs
The text was updated successfully, but these errors were encountered: