Skip to content

NullpointerException #3

@daimajia

Description

@daimajia

I test this in Nexus 5 Android 4.4.2, when I try to select a image from the Photo.

E/BitmapFactory(12277): Unable to decode stream: java.lang.NullPointerException
E/AndroidRuntime(12277): FATAL EXCEPTION: main
E/AndroidRuntime(12277): Process: com.lightbox.android.photoprocessing, PID: 12277
E/AndroidRuntime(12277): java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=1, result=-1, data=Intent { dat=content://com.google.android.gallery3d.provider/picasa/item/5998237931599187714 flg=0x1 }} to activity {com.lightbox.android.photoprocessing/com.lightbox.android.photoprocessing.PhotoProcessingActivity}: java.lang.IllegalArgumentException: filename cannot be null
E/AndroidRuntime(12277):    at android.app.ActivityThread.deliverResults(ActivityThread.java:3365)
E/AndroidRuntime(12277):    at android.app.ActivityThread.handleSendResult(ActivityThread.java:3408)
E/AndroidRuntime(12277):    at android.app.ActivityThread.access$1300(ActivityThread.java:135)
E/AndroidRuntime(12277):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1244)
E/AndroidRuntime(12277):    at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(12277):    at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime(12277):    at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime(12277):    at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(12277):    at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime(12277):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime(12277):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime(12277):    at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(12277): Caused by: java.lang.IllegalArgumentException: filename cannot be null
E/AndroidRuntime(12277):    at android.media.ExifInterface.<init>(ExifInterface.java:121)
E/AndroidRuntime(12277):    at com.lightbox.android.photoprocessing.utils.MediaUtils.getExifOrientation(MediaUtils.java:48)
E/AndroidRuntime(12277):    at com.lightbox.android.photoprocessing.PhotoProcessingActivity.loadPhoto(PhotoProcessingActivity.java:533)
E/AndroidRuntime(12277):    at com.lightbox.android.photoprocessing.PhotoProcessingActivity.onActivityResult(PhotoProcessingActivity.java:223)
E/AndroidRuntime(12277):    at android.app.Activity.dispatchActivityResult(Activity.java:5423)
E/AndroidRuntime(12277):    at android.app.ActivityThread.deliverResults(ActivityThread.java:3361)
E/AndroidRuntime(12277):    ... 11 more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions