- Notifications
You must be signed in to change notification settings - Fork 642
Description
BOM verion is 31.1.0
I have many crash reports
Fatal Exception: android.database.sqlite.SQLiteException: cannot commit - no transaction is active (code 1 SQLITE_ERROR)
at android.database.sqlite.SQLiteConnection.nativeExecute(SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:648)
at android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession.java:439)
at android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession.java:403)
at android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase.java:585)
at com.google.android.datatransport.runtime.scheduling.persistence.SQLiteEventStore.runCriticalSection(SQLiteEventStore.java:772)
at com.google.android.datatransport.runtime.scheduling.jobscheduling.Uploader.logAndUpdateState(Uploader.java:121)
at com.google.android.datatransport.runtime.ForcedSender.sendBlocking(ForcedSender.java:31)
at com.google.firebase.crashlytics.internal.send.ReportQueue.lambda$flushScheduledReportsIfAble$0$com-google-firebase-crashlytics-internal-send-ReportQueue(ReportQueue.java:128)
at com.google.firebase.crashlytics.internal.send.ReportQueue$$ExternalSyntheticLambda1.run(:4)
at java.lang.Thread.run(Thread.java:919)
I have no idea how to reproduce this one