Skip to content

Instantly share code, notes, and snippets.

@veb
Created June 29, 2014 06:25
Show Gist options
  • Save veb/2f9512908bf03db212ec to your computer and use it in GitHub Desktop.
Save veb/2f9512908bf03db212ec to your computer and use it in GitHub Desktop.
06-29 18:25:14.149 21815-21815/com.omnibuttie.therable W/Bundle﹕ Key JournalID expected Long but value was a java.lang.Integer. The default value -1 was returned.
06-29 18:25:14.159 21815-21815/com.omnibuttie.therable W/Bundle﹕ Attempt to cast generated internal exception:
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.Long
at android.os.Bundle.getLong(Bundle.java:1034)
at android.content.Intent.getLongExtra(Intent.java:4575)
at com.omnibuttie.therable.views.Composer.onCreate(Composer.java:59)
at android.app.Activity.performCreate(Activity.java:5231)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
at android.app.ActivityThread.access$800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5017)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at dalvik.system.NativeStart.main(Native Method)
06-29 18:25:14.159 21815-21815/com.omnibuttie.therable D/SQL Log﹕ SQLiteQuery: SELECT * FROM JOURNAL_ENTRY WHERE id=? LIMIT 1
06-29 18:25:14.209 21815-21815/com.omnibuttie.therable D/dalvikvm﹕ GC_FOR_ALLOC freed 2604K, 10% free 25348K/27984K, paused 9ms, total 9ms
06-29 18:25:14.309 21815-21815/com.omnibuttie.therable E/SpannableStringBuilder﹕ SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
06-29 18:25:14.309 21815-21815/com.omnibuttie.therable E/SpannableStringBuilder﹕ SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment