-
-
Save ljubisa987/3771961af02a9b21e273e71410a10beb to your computer and use it in GitHub Desktop.
Verbose Logging of SQLite statements in Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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