SensorServer icon indicating copy to clipboard operation
SensorServer copied to clipboard

Parameter specified as non-null is null onStartCommand, parameter intent

Open umer0586 opened this issue 1 year ago • 0 comments

Crash report received via email version v5.2.0 Android 14

java.lang.RuntimeException: Unable to start service github.umer0586.sensorserver.service.SensorService@dbf14d7 with null: java.lang.NullPointerException: Parameter specified as non-null is null: method github.umer0586.sensorserver.service.SensorService.onStartCommand, parameter intent\n\tat android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5286)\n\tat android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0)\n\tat android.app.ActivityThread$H.handleMessage(ActivityThread.java:2531)\n\tat android.os.Handler.dispatchMessage(Handler.java:106)\n\tat android.os.Looper.loopOnce(Looper.java:230)\n\tat android.os.Looper.loop(Looper.java:319)\n\tat android.app.ActivityThread.main(ActivityThread.java:8893)\n\tat java.lang.reflect.Method.invoke(Native Method)\n\tat com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:608)\n\tat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1103)\nCaused by: java.lang.NullPointerException: Parameter specified as non-null is null: method github.umer0586.sensorserver.service.SensorService.onStartCommand, parameter intent\n\tat github.umer0586.sensorserver.service.SensorService.onStartCommand(Unknown Source:2)\n\tat android.app.ActivityThread.handleServiceArgs(ActivityThread.java:5268)\n\t... 9 more\n

umer0586 avatar Feb 25 '24 04:02 umer0586