Created
August 29, 2013 18:30
-
-
Save gabbsmo/6381669 to your computer and use it in GitHub Desktop.
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
08-29 18:07:47.076: E/AndroidRuntime(3184): FATAL EXCEPTION: main | |
08-29 18:07:47.076: E/AndroidRuntime(3184): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1888, result=-1, data=Intent { act=inline-data (has extras) }} to activity {com.example.photodiary/com.example.photodiary.NewEntryActivity}: java.lang.NullPointerException | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.app.ActivityThread.deliverResults(ActivityThread.java:3319) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.app.ActivityThread.handleSendResult(ActivityThread.java:3362) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.app.ActivityThread.access$1100(ActivityThread.java:141) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1282) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.os.Handler.dispatchMessage(Handler.java:99) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.os.Looper.loop(Looper.java:137) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.app.ActivityThread.main(ActivityThread.java:5039) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at java.lang.reflect.Method.invokeNative(Native Method) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at java.lang.reflect.Method.invoke(Method.java:511) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at dalvik.system.NativeStart.main(Native Method) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): Caused by: java.lang.NullPointerException | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at com.example.photodiary.NewEntryActivity.renderPhoto(NewEntryActivity.java:99) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at com.example.photodiary.NewEntryActivity.onActivityResult(NewEntryActivity.java:107) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.app.Activity.dispatchActivityResult(Activity.java:5293) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): at android.app.ActivityThread.deliverResults(ActivityThread.java:3315) | |
08-29 18:07:47.076: E/AndroidRuntime(3184): ... 11 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment