Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. 04-29 10:21:45.032 29222-29312/com.example.expresso1002 E/AndroidRuntime: FATAL EXCEPTION: Thread-14639
  2. java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
  3. at android.os.Handler.<init>(Handler.java:197)
  4. at android.os.Handler.<init>(Handler.java:111)
  5. at android.widget.Toast$TN.<init>(Toast.java:370)
  6. at android.widget.Toast.<init>(Toast.java:104)
  7. at android.widget.Toast.makeText(Toast.java:261)
  8. at com.example.expresso1002.fragmentos.sacEnvioEmail$2.run(sacEnvioEmail.java:139)
  9. at java.lang.Thread.run(Thread.java:841)
  10. 04-29 10:21:45.322 29222-29222/com.example.expresso1002 E/ViewRootImpl: sendUserActionEvent() mView == null
  11. 04-29 10:21:45.322 29222-29222/com.example.expresso1002 E/ViewRootImpl: sendUserActionEvent() mView == null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement