Create .bat file with commands provided below:
adb shell setprop log.tag.SQLiteLog V adb shell setprop log.tag.SQLiteStatements V adb shell su 0 stop adb shell su 0 start
After You execute app, You (in this case) emulator will reboot.
Now search in logcat something like this below:
/data/user/0/{APP_PACKAGE_NAME}/databases/{APP_DATABASE_NAME}