mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Check if debug info available
This commit is contained in:
@@ -169,6 +169,10 @@ public class DebugHelper {
|
||||
"networkaddress.cache.negative.ttl"
|
||||
));
|
||||
|
||||
static boolean isAvailable() {
|
||||
return true;
|
||||
}
|
||||
|
||||
static EntityMessage getDebugInfo(Context context, String source, int title, Throwable ex, String log, Bundle args) throws IOException, JSONException {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(context.getString(title)).append("\n\n");
|
||||
|
||||
Reference in New Issue
Block a user