Skip to content

Instantly share code, notes, and snippets.

@Shebella
Created July 20, 2015 02:46
Show Gist options
  • Save Shebella/bbc16ab8ac5de8dded87 to your computer and use it in GitHub Desktop.
Save Shebella/bbc16ab8ac5de8dded87 to your computer and use it in GitHub Desktop.
Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException
database is locked (code 5)
android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5)
at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:764)
at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754)
at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64)
at android.database.sqlite.SQLiteDatabase.delete(SQLiteDatabase.java:1577)
at com.google.ads.conversiontracking.f.a(SourceFile:92)
at com.google.ads.conversiontracking.e$b.run(SourceFile:175)
at java.lang.Thread.run(Thread.java:818)
@dolgikhog
Copy link

Hello, did you resolve this exception? I got same same error in my application.

@Raghuramchowdary-tech
Copy link

Did you get any clue with this exception?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment