jensstein / oandbackup

backup manager for android
Other
544 stars 193 forks source link

Crash on startup after collecting package info. (java.lang.IllegalArgumentException: width must be > 0) #140

Closed 5225225 closed 7 years ago

5225225 commented 7 years ago

https://gist.github.com/5225225/a29bb2940305b80bf156be37283490e5 is a logcat of what looks like the important information. I could provide more detail if needed.

This happens with an empty oandbackup directory. If I downgrade to version 0.2.9, it works (In that I can view the list of packages without a crash, I haven't tested any more than that), but using 0.2.10 makes it fail like this (Even though I know I have used 0.2.10 successfully in the past)

I'm using CyanogenMod 13.0-20160820-SNAPSHOT-ZNH5YAO0J5-mako on a Nexus 4, which uses Android version 6.0.1.

jensstein commented 7 years ago

hmm, it says width must be > 0 even though it explicitly is set above zero on that line. could you see if you still have the crash with this version: https://drive.google.com/file/d/0B0bNUNWd2wPPRDdTWVJQYnA0WFk/view?usp=sharing

5225225 commented 7 years ago

No crash, it seems to work fine when backing up and restoring too.

jensstein commented 7 years ago

thanks for testing :)