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

Bug: IllegalThreadStateException occur when turning on screen [2-4h] #355

Open
jo-elimu opened this issue Jan 23, 2017 · 1 comment
Open
Assignees
Labels
Milestone

Comments

@jo-elimu
Copy link
Member

01-23 21:26:47.532 24750-24750/org.literacyapp E/AndroidRuntime: FATAL EXCEPTION: main
                                                                 Process: org.literacyapp, PID: 24750
                                                                 Theme: themes:{}
                                                                 java.lang.RuntimeException: Unable to resume activity {org.literacyapp/org.literacyapp.authentication.AuthenticationActivity}: java.lang.IllegalThreadStateException: Thread already started
                                                                     at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3137)
                                                                     at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3168)
                                                                     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1407)
                                                                     at android.os.Handler.dispatchMessage(Handler.java:102)
                                                                     at android.os.Looper.loop(Looper.java:148)
                                                                     at android.app.ActivityThread.main(ActivityThread.java:5461)
                                                                     at java.lang.reflect.Method.invoke(Native Method)
                                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
                                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
                                                                  Caused by: java.lang.IllegalThreadStateException: Thread already started
                                                                     at java.lang.Thread.checkNotStarted(Thread.java:849)
                                                                     at java.lang.Thread.start(Thread.java:1059)
                                                                     at org.literacyapp.authentication.AuthenticationActivity.onResume(AuthenticationActivity.java:231)
                                                                     at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1259)
                                                                     at android.app.Activity.performResume(Activity.java:6327)
                                                                     at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3126)
                                                                     at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3168) 
                                                                     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1407) 
                                                                     at android.os.Handler.dispatchMessage(Handler.java:102) 
                                                                     at android.os.Looper.loop(Looper.java:148) 
                                                                     at android.app.ActivityThread.main(ActivityThread.java:5461) 
                                                                     at java.lang.reflect.Method.invoke(Native Method) 
                                                                     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) 
                                                                     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
@jo-elimu jo-elimu added the bug label Jan 23, 2017
@jo-elimu jo-elimu added this to the January 2017 milestone Jan 23, 2017
@jo-elimu
Copy link
Member Author

jo-elimu commented Jan 23, 2017

@sladomic This happened when I turned the screen back on after leaving it idle for a long time. Maybe there was a job already running in the background?

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

No branches or pull requests

2 participants