-
Notifications
You must be signed in to change notification settings - Fork 65
Description
09-08 16:41:26.183 26403 26403 E AndroidRuntime: FATAL EXCEPTION: main
09-08 16:41:26.183 26403 26403 E AndroidRuntime: Process: com.android.certifications.niap.permissions, PID: 26403
09-08 16:41:26.183 26403 26403 E AndroidRuntime: android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{50f64a0 u0 com.android.certifications.niap.permissions/.services.TestService}
09-08 16:41:26.183 26403 26403 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2021)
09-08 16:41:26.183 26403 26403 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:106)
09-08 16:41:26.183 26403 26403 E AndroidRuntime: at android.os.Looper.loop(Looper.java:223)
09-08 16:41:26.183 26403 26403 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7747)
09-08 16:41:26.183 26403 26403 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
09-08 16:41:26.183 26403 26403 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
09-08 16:41:26.183 26403 26403 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:952)