Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Exception: android.database.sqlite.SQLiteCantOpenDatabaseException #73

Open
svsorokina opened this issue Nov 6, 2020 · 0 comments

Comments

@svsorokina
Copy link

svsorokina commented Nov 6, 2020

В firebase наблюдаем очень много таких крешей. Версия метрики 3.7.2. Подскажите это исправлено в новых версиях или планируется это исправить?

Fatal Exception: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database
at android.database.sqlite.SQLiteConnection.nativeOpen(SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:210)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:194)
at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:493)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:200)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:192)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:864)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:849)
at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:724)
at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:714)
at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:305)
at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:262)
at com.yandex.metrica.impl.ob.kk.a(SourceFile:6)
at com.yandex.metrica.impl.ob.nf.(SourceFile:9)
at com.yandex.metrica.impl.ob.eg.a(SourceFile:7)
at com.yandex.metrica.impl.ob.ef.(SourceFile:23)
at com.yandex.metrica.impl.ob.ef.(SourceFile:5)
at com.yandex.metrica.impl.ob.fq.c(SourceFile:3)
at com.yandex.metrica.impl.ob.fq.a(SourceFile:1)
at com.yandex.metrica.impl.ob.eu.d(SourceFile:5)
at com.yandex.metrica.impl.ob.eu.a(SourceFile:4)
at com.yandex.metrica.impl.ob.fo.b(SourceFile:1)
at com.yandex.metrica.impl.ob.fd.a(SourceFile:1)
at com.yandex.metrica.impl.ob.bc$a.run(SourceFile:7)
at android.os.Handler.handleCallback(Handler.java:790)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:164)
at android.os.HandlerThread.run(HandlerThread.java:65)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant