thunderbird-android
thunderbird-android copied to clipboard
Create Log to File and migrate sync debug functionality
Because the Sync Debug work was done almost concurrently with the new logging setup, it makes sense to migrate immediately to avoid future tech debt. Functionality:
- Log to file of choice
- export file log to external URI
- Add logging and log flushing at uncaught exception
- Add file logging at some existing sync related points
Closes #9144 , #9314