Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.util.Timer.cancel()' on a null object reference
at top.oply.opuslib.OpusRecorder.stopRecording(SourceFile:162)
at top.oply.opuslib.OpusService.handleActionStopRecording(SourceFile:278)
at top.oply.opuslib.OpusService.onHandleIntent(SourceFile:218)
at top.oply.opuslib.OpusService.access$000(SourceFile:15)
at top.oply.opuslib.OpusService$ServiceHandler.handleMessage(SourceFile:294)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loop(Looper.java:179)
at android.os.HandlerThread.run(HandlerThread.java:61)
Reproduced on Android 4, 5 and 6. Exact steps are unknown, this in formation is from Fabric.
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void java.util.Timer.cancel()' on a null object reference
at top.oply.opuslib.OpusRecorder.stopRecording(SourceFile:162)
at top.oply.opuslib.OpusService.handleActionStopRecording(SourceFile:278)
at top.oply.opuslib.OpusService.onHandleIntent(SourceFile:218)
at top.oply.opuslib.OpusService.access$000(SourceFile:15)
at top.oply.opuslib.OpusService$ServiceHandler.handleMessage(SourceFile:294)
at android.os.Handler.dispatchMessage(Handler.java:111)
at android.os.Looper.loop(Looper.java:179)
at android.os.HandlerThread.run(HandlerThread.java:61)
Reproduced on Android 4, 5 and 6. Exact steps are unknown, this in formation is from Fabric.