Skip to content

Instantly share code, notes, and snippets.

@robUx4
Created April 7, 2014 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robUx4/10017997 to your computer and use it in GitHub Desktop.
Save robUx4/10017997 to your computer and use it in GitHub Desktop.
Log.wtf() to be used only for unrecoverable states, as it seems in 4.4 there's a WtfHandler that can be set and might throw an Exception
android.util.Log$TerribleFailure: popping a database work that never started for m{42fbb7f0 olof_k} type:1
at android.util.Log.wtf(Log.java:290)
at android.util.Log.wtf(Log.java:256)
at com.levelup.logutils.FLog.wtf(SourceFile:152)
at com.levelup.logutils.FLogger.wtf(SourceFile:79)
at com.levelup.touiteur.c.a.wtf(SourceFile:133)
at com.levelup.touiteur.c.d.c(SourceFile:80)
at com.levelup.touiteur.stream.a.c(SourceFile:226)
at com.levelup.touiteur.stream.a.b.b(SourceFile:249)
at com.levelup.touiteur.stream.a.d.a(SourceFile:211)
at com.levelup.socialapi.stream.twitter.TouitListStreamTimeline.a(SourceFile:49)
at com.levelup.socialapi.ae.m(SourceFile:52)
at com.levelup.socialapi.ae.e(SourceFile:11)
at android.support.v4.a.b.b(SourceFile:40)
at android.support.v4.a.n.call(SourceFile:123)
at java.util.concurrent.FutureTask.run(FutureTask.java:237)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
at java.lang.Thread.run(Thread.java:841)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment