Skip to content

Instantly share code, notes, and snippets.

@davetrux
Created March 24, 2014 14:42
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save davetrux/9741432 to your computer and use it in GitHub Desktop.
Save davetrux/9741432 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
@javaone199
Copy link

where is the sqlite database logging on android? logcat? Thanks.

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