Timber icon indicating copy to clipboard operation
Timber copied to clipboard

Context.startForegroundService() did not then call Service.startForeground()

Open amitsharma4hld opened this issue 5 years ago • 1 comments

android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground() at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1792) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6523) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857)

amitsharma4hld avatar Jan 13 '21 07:01 amitsharma4hld

you need to fix audio_id as _id problem and this issue will no longer be shown

check pull requests for the fix

shadowofleaf96 avatar May 11 '22 00:05 shadowofleaf96