Created
May 14, 2014 12:50
-
-
Save sionleroux/72dc81bfce06b0b02500 to your computer and use it in GitHub Desktop.
Log of GeoBookmark crash on Android version 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
05-14 14:27:39.995: D/dalvikvm(251): GC_EXPLICIT freed 916 objects / 64704 bytes in 109ms | |
05-14 14:28:15.884: D/AndroidRuntime(251): Shutting down VM | |
05-14 14:28:15.884: W/dalvikvm(251): threadid=1: thread exiting with uncaught exception (group=0x4001d800) | |
05-14 14:28:15.904: E/AndroidRuntime(251): FATAL EXCEPTION: main | |
05-14 14:28:15.904: E/AndroidRuntime(251): java.lang.IllegalArgumentException: contentIntent required: pkg=de.onyxbits.geobookmark id=0 notification=Notification(vibrate=null,sound=null,defaults=0x0) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.os.Parcel.readException(Parcel.java:1251) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.os.Parcel.readException(Parcel.java:1235) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.app.INotificationManager$Stub$Proxy.enqueueNotificationWithTag(INotificationManager.java:274) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.app.NotificationManager.notify(NotificationManager.java:110) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.app.NotificationManager.notify(NotificationManager.java:90) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at de.onyxbits.geobookmark.BookmarkService.timeout(BookmarkService.java:102) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at de.onyxbits.geobookmark.TimeOut.run(TimeOut.java:24) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.os.Handler.handleCallback(Handler.java:587) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.os.Handler.dispatchMessage(Handler.java:92) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.os.Looper.loop(Looper.java:123) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at android.app.ActivityThread.main(ActivityThread.java:4627) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at java.lang.reflect.Method.invokeNative(Native Method) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at java.lang.reflect.Method.invoke(Method.java:521) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) | |
05-14 14:28:15.904: E/AndroidRuntime(251): at dalvik.system.NativeStart.main(Native Method) | |
05-14 14:33:15.945: I/Process(251): Sending signal. PID: 251 SIG: 9 | |
05-14 14:34:02.295: D/AndroidRuntime(259): Shutting down VM | |
05-14 14:34:02.304: W/dalvikvm(259): threadid=1: thread exiting with uncaught exception (group=0x4001d800) | |
05-14 14:34:02.324: E/AndroidRuntime(259): FATAL EXCEPTION: main | |
05-14 14:34:02.324: E/AndroidRuntime(259): java.lang.IllegalArgumentException: contentIntent required: pkg=de.onyxbits.geobookmark id=0 notification=Notification(vibrate=null,sound=null,defaults=0x0) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.os.Parcel.readException(Parcel.java:1251) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.os.Parcel.readException(Parcel.java:1235) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.app.INotificationManager$Stub$Proxy.enqueueNotificationWithTag(INotificationManager.java:274) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.app.NotificationManager.notify(NotificationManager.java:110) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.app.NotificationManager.notify(NotificationManager.java:90) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at de.onyxbits.geobookmark.BookmarkService.timeout(BookmarkService.java:102) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at de.onyxbits.geobookmark.TimeOut.run(TimeOut.java:24) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.os.Handler.handleCallback(Handler.java:587) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.os.Handler.dispatchMessage(Handler.java:92) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.os.Looper.loop(Looper.java:123) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at android.app.ActivityThread.main(ActivityThread.java:4627) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at java.lang.reflect.Method.invokeNative(Native Method) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at java.lang.reflect.Method.invoke(Method.java:521) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626) | |
05-14 14:34:02.324: E/AndroidRuntime(259): at dalvik.system.NativeStart.main(Native Method) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment