mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Always report database errors
This commit is contained in:
@@ -317,6 +317,10 @@ public class Log {
|
||||
}
|
||||
}
|
||||
|
||||
static void forceCrashReporting() {
|
||||
Bugsnag.resumeSession();
|
||||
}
|
||||
|
||||
public static void breadcrumb(String name, Bundle args) {
|
||||
Map<String, String> crumb = new HashMap<>();
|
||||
for (String key : args.keySet()) {
|
||||
|
||||
Reference in New Issue
Block a user