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
FATAL EXCEPTION: BeaconServiceThread
Process: go.heer.com.debug, PID: 14877
java.lang.NullPointerException: cancel() called with a null PendingIntent
at android.app.AlarmManager.cancel(AlarmManager.java:890)
at com.estimote.sdk.service.BeaconService$ScanAlarmBroadcastReceiver.cancelAlarm(BeaconService.java:110)
at com.estimote.sdk.service.internal.NoCycleBluetoothScanScheduler.cancelAlarm(NoCycleBluetoothScanScheduler.java:240)
at com.estimote.sdk.service.internal.NoCycleBluetoothScanScheduler.destroy(NoCycleBluetoothScanScheduler.java:138)
at com.estimote.sdk.service.BeaconService$2.run(BeaconService.java:367)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered:
FATAL EXCEPTION: BeaconServiceThread
Process: go.heer.com.debug, PID: 14877
java.lang.NullPointerException: cancel() called with a null PendingIntent
at android.app.AlarmManager.cancel(AlarmManager.java:890)
at com.estimote.sdk.service.BeaconService$ScanAlarmBroadcastReceiver.cancelAlarm(BeaconService.java:110)
at com.estimote.sdk.service.internal.NoCycleBluetoothScanScheduler.cancelAlarm(NoCycleBluetoothScanScheduler.java:240)
at com.estimote.sdk.service.internal.NoCycleBluetoothScanScheduler.destroy(NoCycleBluetoothScanScheduler.java:138)
at com.estimote.sdk.service.BeaconService$2.run(BeaconService.java:367)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)
The text was updated successfully, but these errors were encountered: