k3b / ToGoZip

Android share/sendTo menu implementation "add2Zip"
GNU General Public License v3.0
62 stars 24 forks source link

2.0.17 "Generate zip-subfolders below" may cause crashes #15

Closed HenriDellal closed 5 years ago

HenriDellal commented 5 years ago

Hello. Thanks for the update. Sadly, the application crashes when:

k3b commented 5 years ago

thanks for info.

For further analysis:

If we are lucky

as fast workaround: clear "Generate zip-subfolders below option" to make it work again.

since togozip is a hobby project and this week i am quite busy at my job this issue has to wait until weekend.

HenriDellal commented 5 years ago

Debug mode didn't work for me. I should say that pressing Cancel button crashes the application as well. Other buttons work.

k3b commented 5 years ago

Unfortunately the problem is not reproducable on my side: on my devices (android-4.4 and android-7.1) the app does not crash.

@HenriDellal : what android version and device-model are you using?

to go on analysing i need the crash callstack log or the problem.

with android version and device-model i can try to find an android developper who can reproduce the problem and generate a crash callstack log for me.

k3b commented 5 years ago

@HenriDellal : as i can see from your profile you have git clones from android apps.

can you help me finding the crash cause?

HenriDellal commented 5 years ago

Sorry for the delay, I've missed the previous comment somehow. My device is Huawei Y3 II 3G (Android 5.1). I'm unable to write logs at this moment, but I'll try to find the way.

k3b commented 5 years ago

thanks for help investigating.. currently i am adding more debug logging support to the app that hopefully writes the crashlog to a file.

k3b commented 5 years ago

I have just finished a new togozip released that write a crash log to last used zip-directory and if write fails copy the crashlog to the clipboard. with this i hope that we can find out what causes the crash.

the new version should be available on f-droid in a few days.

HenriDellal commented 5 years ago

Everything is fine now. Seems like it was fixed with the debug commit.