Skip to content

Instantly share code, notes, and snippets.

@lexer
Created May 9, 2016 17:16
Show Gist options
  • Save lexer/e74fcae0cfc82ecb6e5907661260cf35 to your computer and use it in GitHub Desktop.
Save lexer/e74fcae0cfc82ecb6e5907661260cf35 to your computer and use it in GitHub Desktop.
Instabug stack trace
Non-fatal Exception: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
at android.os.Handler.<init>(Handler.java:200)
at android.os.Handler.<init>(Handler.java:114)
at com.instabug.library.invoker.b.<init>(ShakeProcessor.java:35)
at com.instabug.library.internal.module.a.a(InstabugSDKComponent.java:59)
at com.instabug.library.i.b(InstabugDelegate.java:130)
at com.instabug.library.i.<init>(InstabugDelegate.java:99)
at com.instabug.library.Instabug$Builder.build(Instabug.java:894)
at com.instabug.library.Instabug$Builder.build(Instabug.java:968)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment