SysLog icon indicating copy to clipboard operation
SysLog copied to clipboard

Feat: Save logs to accessible location for easier debugging in Android

Open IamCOD3X opened this issue 1 year ago • 0 comments

Feat: Update log saving location to improve accessibility on Android 11+

Previously, logs were saved to the /android/data/com.tortel.syslog/ directory, which became inaccessible starting from Android 11 due to scoped storage restrictions. This update changes the log saving mechanism to store logs in the Downloads/SysLog/ directory, ensuring logs are saved in an accessible location for easier retrieval and debugging.

This update is especially useful for developers working with custom Android OS versions or custom kernel upstreaming, where network connectivity (Wi-Fi, SIM, Bluetooth) may be disrupted. With this change, users can now access and share logs using alternative methods, improving troubleshooting even in offline scenarios.

IamCOD3X avatar Nov 13 '24 21:11 IamCOD3X