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 the error "Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference"
Stack trace:
NullPointerException
Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference
com.transistorsoft.locationmanager.service.StopTimeoutEvaluator in a at line 1
com.transistorsoft.locationmanager.service.PolygonGeofencingService in c at line 2
com.transistorsoft.locationmanager.service.PolygonGeofencingService in a at line 2
com.transistorsoft.locationmanager.service.PolygonGeofencingService$a in run at line 87
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
Hello Chris,
we got the error "Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference"
Stack trace:
NullPointerException
Attempt to invoke virtual method 'float java.lang.Float.floatValue()' on a null object reference
com.transistorsoft.locationmanager.service.StopTimeoutEvaluator in a at line 1
com.transistorsoft.locationmanager.service.PolygonGeofencingService in c at line 2
com.transistorsoft.locationmanager.service.PolygonGeofencingService in a at line 2
com.transistorsoft.locationmanager.service.PolygonGeofencingService$a in run at line 87
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 this?
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: