element-hq / element-hq/element-android
FATAL EXCEPTION: main on BT connection
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
Every time I start the car engine and car audio powers up I got "FATAL EXCEPTION: main".
```
E AndroidRuntime: FATAL EXCEPTION: main
E AndroidRuntime: Process: im.vector.app, PID: 12682
E AndroidRuntime: android.app.RemoteServiceException: Context.startForegroundService() did not then call Service.startForeground(): ServiceRecord{3c6f2d8 u0 im.vector.app/.core.services.CallService}
E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1945)
E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107)
E AndroidRuntime: at android.os.Looper.loop(Looper.java:214)
E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7356)
E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method)
E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:940)
I chatty : uid=1000 system_server expire 1 line
I chatty : uid=1000(system) Binder:2600_12 expire 10 lines
I chatty : uid=1000(system) InputDispatcher expire 3 lines
```
I've already reported this multiple times using the app builtin method.
It's good that Google doesn't know about this since I'm using microg instead of gapps (:
Contributor guide
Assessment
This issue has not been assessed yet.