Skip to content

Instantly share code, notes, and snippets.

@veb
Created June 29, 2014 05:37
Show Gist options
  • Save veb/8a06abe30a880215ece4 to your computer and use it in GitHub Desktop.
Save veb/8a06abe30a880215ece4 to your computer and use it in GitHub Desktop.
06-29 17:22:08.069 19637-19653/com.omnibuttie.therable D/SQL Log﹕ SQLiteQuery: SELECT * FROM JOURNAL_ENTRY WHERE is_archived = ? ORDER BY date_modified desc
06-29 17:22:09.439 19637-19637/com.omnibuttie.therable W/Bundle﹕ Key JournalID expected Long but value was a java.lang.Integer. The default value -1 was returned.
06-29 17:22:09.439 19637-19637/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 17:22:09.439 19637-19637/com.omnibuttie.therable D/SQL Log﹕ SQLiteQuery: SELECT * FROM JOURNAL_ENTRY WHERE id=? LIMIT 1
06-29 17:22:09.469 19637-19637/com.omnibuttie.therable D/dalvikvm﹕ GC_FOR_ALLOC freed 2625K, 11% free 22912K/25572K, paused 10ms, total 10ms
06-29 17:22:09.469 19637-19637/com.omnibuttie.therable I/dalvikvm-heap﹕ Grow heap (frag case) to 24.893MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment