mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Dynamically change log level
This commit is contained in:
@@ -1308,7 +1308,7 @@ public class DebugHelper {
|
||||
attachment.progress = 0;
|
||||
attachment.id = db.attachment().insertAttachment(attachment);
|
||||
|
||||
attachment.zip(context, TinyLogConfigurationLoader.getFiles(context));
|
||||
attachment.zip(context, FairEmailLoggingProvider.getLogFiles(context));
|
||||
/*
|
||||
// https://cheatsheetseries.owasp.org/cheatsheets/OS_Command_Injection_Defense_Cheat_Sheet.html#java
|
||||
ProcessBuilder pb = new ProcessBuilder("/system/bin/logcat",
|
||||
|
||||
Reference in New Issue
Block a user