caydey / ffshare

An android app to compress image, video and audio files through ffmpeg before sharing them
GNU General Public License v3.0
615 stars 30 forks source link

Compression stuck, no progress #34

Closed Borph closed 1 year ago

Borph commented 1 year ago

FFshare works well, but after a while it stops working: on an attempt to compress a picture it just doesn't have any progress after the first bit. See screenshot.

Nothing of those helped:

What does help is to clear all app data, re-enter all (same) settings. Until next time. Couldn't figure out yet what triggers it and don't know how to debug. Screenshot_20230216-132838_Trebuchet

caydey commented 1 year ago

It looks to be an error when Logging is enabled and there are more than 50 logs, a temporary fix is to delete all logs and disable logging. I will try and get around to fixing it soon