Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High: Getting an odd crash #110

Closed
Ckozoh opened this issue Nov 7, 2014 · 1 comment
Closed

High: Getting an odd crash #110

Ckozoh opened this issue Nov 7, 2014 · 1 comment
Assignees

Comments

@Ckozoh
Copy link

Ckozoh commented Nov 7, 2014

Samsung GS3 4.1.1
I have been trying to reproduce a bug in edit, revolving rotation. After doing so it has put me into a weird state in the app where I am crashing after selecting an image for a product.
Here is the log:

11-07 15:29:09.050 714-1081/? W/ActivityManager﹕ mDVFSLock.acquire()
11-07 15:29:09.530 4043-4043/? E/CustomizeProductView﹕ populateAllSubimages() subimage.photoData is null
11-07 15:29:09.710 4043-4123/? W/NewBitmapManager﹕ Warning: scale is 8
11-07 15:29:09.710 4043-4123/? E/NewBitmapManager﹕ Error loading image in loadImageLocal():/storage/sdcard0/Android/data/com.photobucket.android/files/Pictures/-1885421208.jpg
11-07 15:29:09.740 194-194/? E/SMD﹕ DCD ON
11-07 15:29:09.991 4043-4043/? W/dalvikvm﹕ threadid=1: thread exiting with uncaught exception (group=0x4159f438)
11-07 15:29:10.001 4043-4043/? E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:251)
at java.util.ArrayList.get(ArrayList.java:304)
at print.io.ActivityCustomizeProduct.b(Unknown Source)
at print.io.ActivityCustomizeProduct$1$1.run(Unknown Source)
at android.app.Activity.runOnUiThread(Activity.java:4631)
at print.io.ActivityCustomizeProduct$1.a(Unknown Source)
at print.io.superactivities.SuperActivityCustomizeProduct$5$1$1.run(Unknown Source)
at android.app.Activity.runOnUiThread(Activity.java:4631)
at print.io.superactivities.SuperActivityCustomizeProduct$5$1.a(Unknown Source)
at pxhs$2$1.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4918)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1004)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:771)
at dalvik.system.NativeStart.main(Native Method)
11-07 15:29:10.031 714-774/? E/android.os.Debug﹕ !@dumpstate > dumpstate -k -t -z -d -o /data/log/dumpstate_app_error
11-07 15:29:12.734 194-194/? E/SMD﹕ DCD ON

@Ckozoh
Copy link
Author

Ckozoh commented Nov 7, 2014

Product flow I was in was framed prints gloss/ 14x14/ 1 photo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants