AmazeFileUtilities-Issue-Tracker icon indicating copy to clipboard operation
AmazeFileUtilities-Issue-Tracker copied to clipboard

Crash reported by Rohit

Open amaze-issue-automation[bot] opened this issue 1 year ago • 0 comments

Issue explanation (write below this line)

Exception

  • App Name: Amaze File Utilities
  • Package: com.amaze.fileutilities
  • Version: v1.86
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 10 - 29
  • Device: beryllium
  • Model: POCO F1
  • Product: beryllium
  • Device ID: 664fbd3fe49f8364fd31460075bce42307e6651811cbc11c4fdf01c2426f7f8b
Crash log
java.lang.RuntimeException: Unable to start service
com.amaze.fileutilities.audio_player.AudioPlayerService@f75a1d2 with Intent
{ act=audio_action_shuffle flg=0x10000000
cmp=com.amaze.fileutilities/.audio_player.AudioPlayerService
bnds=[582,1075][714,1207] }: java.lang.NullPointerException
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4166)
at android.app.ActivityThread.access$1900(ActivityThread.java:224)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1919)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:224)
at android.app.ActivityThread.main(ActivityThread.java:7562)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:539)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)
Caused by: java.lang.NullPointerException
at
com.amaze.fileutilities.audio_player.AudioPlayerService.onStartCommand(AudioPlayerService.kt:412)
at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4145)
... 8 more