Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when goin into background #211

Open
6543 opened this issue Oct 25, 2020 · 2 comments
Open

Crash when goin into background #211

6543 opened this issue Oct 25, 2020 · 2 comments

Comments

@6543
Copy link
Contributor

6543 commented Oct 25, 2020

== User Information ==
If you have any further information what you did to cause the crash or how to reproduce it, please write it here.


== Device Information ==

OS Version: 10 (4.4.205-perf+)
OS API Level: 29
Device: OnePlus5T
Model (and Product): ONEPLUS A5010 (OnePlus5T)
App Version: v12 (759)

Max memory: 536870912
Current heap: 14138040
Heap available: 3451968
Native Heap: 26200984

== Stacktrace ==

java.lang.IllegalStateException: Not allowed to start service Intent { cmp=de.qspool.clementineremote/.backend.ClementineService (has extras) }: app is in background uid UidRecord{4fdb863 u0a150 SVC  bg:+1m6s746ms idle change:idle procs:1 seq(0,0,0)}
 at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1650)
 at android.app.ContextImpl.startService(ContextImpl.java:1605)
 at android.content.ContextWrapper.startService(ContextWrapper.java:669)
 at de.qspool.clementineremote.backend.ClementineService.sendDisconnectServiceMessage(ClementineService.java:213)
 at de.qspool.clementineremote.backend.ClementineService.access$100(ClementineService.java:51)
 at de.qspool.clementineremote.backend.ClementineService$1.onConnectionStatusChanged(ClementineService.java:157)
 at de.qspool.clementineremote.backend.ClementinePlayerConnection.fireOnConnectionStatusChanged(ClementinePlayerConnection.java:313)
 at de.qspool.clementineremote.backend.ClementinePlayerConnection.closeConnection(ClementinePlayerConnection.java:272)
 at de.qspool.clementineremote.backend.ClementinePlayerConnection.disconnect(ClementinePlayerConnection.java:245)
 at de.qspool.clementineremote.backend.ClementineConnectionHandler.handleMessage(ClementineConnectionHandler.java:57)
 at android.os.Handler.dispatchMessage(Handler.java:107)
 at android.os.Looper.loop(Looper.java:214)
 at de.qspool.clementineremote.backend.ClementinePlayerConnection.run(ClementinePlayerConnection.java:89)
 at java.lang.Thread.run(Thread.java:919)
@quamok
Copy link

quamok commented Apr 8, 2021

Same here!

== User Information ==
If you have any further information what you did to cause the crash or how to reproduce it, please write it here.

== Device Information ==

OS Version: 11 (4.14.199)
OS API Level: 30
Device: coral
Model (and Product): Pixel 4 XL (calyx_coral)
App Version: v12 (759)

Max memory: 536870912
Current heap: 11275208
Heap available: 8219856
Native Heap: 18114960

== Stacktrace ==

java.lang.IllegalStateException: Not allowed to start service Intent { cmp=de.qspool.clementineremote/.backend.ClementineService (has extras) }: app is in background uid UidRecord{d0e60b7 u0a120 TPSL bg:+2m30s733ms idle change:cached procs:1 seq(0,0,0)}
at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1715)
at android.app.ContextImpl.startService(ContextImpl.java:1670)
at android.content.ContextWrapper.startService(ContextWrapper.java:720)
at de.qspool.clementineremote.backend.ClementineService.sendDisconnectServiceMessage(ClementineService.java:213)
at de.qspool.clementineremote.backend.ClementineService.access$100(ClementineService.java:51)
at de.qspool.clementineremote.backend.ClementineService$1.onConnectionStatusChanged(ClementineService.java:157)
at de.qspool.clementineremote.backend.ClementinePlayerConnection.fireOnConnectionStatusChanged(ClementinePlayerConnection.java:313)
at de.qspool.clementineremote.backend.ClementinePlayerConnection.closeConnection(ClementinePlayerConnection.java:272)
at de.qspool.clementineremote.backend.ClementinePlayerConnection.disconnect(ClementinePlayerConnection.java:245)
at de.qspool.clementineremote.backend.ClementineConnectionHandler.handleMessage(ClementineConnectionHandler.java:57)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at de.qspool.clementineremote.backend.ClementinePlayerConnection.run(ClementinePlayerConnection.java:89)
at java.lang.Thread.run(Thread.java:923)

@6543
Copy link
Contributor Author

6543 commented Apr 9, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants