mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Merge branch 'master' into dev
This commit is contained in:
@@ -535,6 +535,7 @@ public abstract class DB extends RoomDatabase {
|
||||
at androidx.sqlite.db.framework.FrameworkSQLiteOpenHelper.getWritableDatabase(FrameworkSQLiteOpenHelper.kt:104)
|
||||
at androidx.room.RoomDatabase.inTransaction(RoomDatabase.java:706)
|
||||
*/
|
||||
Log.forceCrashReporting();
|
||||
Log.e(ex);
|
||||
// FrameworkSQLiteOpenHelper.innerGetDatabase will delete the database
|
||||
throw ex;
|
||||
|
||||
@@ -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