Always report database errors

This commit is contained in:
M66B
2024-01-04 12:48:24 +01:00
parent 8b13ca08d2
commit 1177f6d9b6
2 changed files with 5 additions and 0 deletions

View File

@@ -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()) {