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

java.lang.RuntimeException #46

Open
bugrevealingbme opened this issue Oct 8, 2021 · 0 comments
Open

java.lang.RuntimeException #46

bugrevealingbme opened this issue Oct 8, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@bugrevealingbme
Copy link

bugrevealingbme commented Oct 8, 2021

Some devices have a this problem:

Android: 11

java.lang.RuntimeException:
at android.app.ActivityThread.handleStopService (ActivityThread.java:4476)
at android.app.ActivityThread.access$2100 (ActivityThread.java:250)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2032)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:236)
at android.app.ActivityThread.main (ActivityThread.java:7864)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:620)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1011)
Caused by: java.lang.NullPointerException:
at com.example.r_upgrade.common.UpgradeService$UpgradeRunnable.handlerDownloadPause (UpgradeService.java:57)
at com.example.r_upgrade.common.UpgradeService$UpgradeRunnable.access$1100 (UpgradeService.java)
at com.example.r_upgrade.common.UpgradeService.onDestroy (UpgradeService.java:7)
at android.app.ActivityThread.handleStopService (ActivityThread.java:4451)
at android.app.ActivityThread.access$2100 (ActivityThread.java:250)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2032)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:236)
at android.app.ActivityThread.main (ActivityThread.java:7864)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:620)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1011)

@rhymelph rhymelph added the bug Something isn't working label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants