Skip to content

Instantly share code, notes, and snippets.

@ljubisa987
Forked from davetrux/SQLiteDebugADB
Created February 15, 2018 11:37
Show Gist options
  • Save ljubisa987/1b3e6d7fc6d04422c4371f76ae517fe2 to your computer and use it in GitHub Desktop.
Save ljubisa987/1b3e6d7fc6d04422c4371f76ae517fe2 to your computer and use it in GitHub Desktop.
Verbose Logging of SQLite statements in Android
adb shell setprop log.tag.SQLiteLog V
adb shell setprop log.tag.SQLiteStatements V
adb shell stop
adb shell start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment