Snippets » Android » Enable SQLite logging
To log information about any SQLite query:
$ adb shell setprop log.tag.SQLiteStatements VERBOSE
To log information about any SQLite query:
$ adb shell setprop log.tag.SQLiteStatements VERBOSE