Adb shell setprop log.tag.SQLiteStatements VERBOSE does nothing?

After finding how to debug sqlite, I come across the adb shell setprop log.tag.SQLiteStatements VERBOSE but it seems to not log any requests on my Samgung S4 running CyanogenMod device, as well as on Nexus 4

+6
source share
1 answer

I always use this:

adb shell setprop db.log.slow_query_threshold 0

:) Hope this works.

0
source

Source: https://habr.com/ru/post/973545/


All Articles