Is there any way to make greendao spit queries that're being carried out into Logcat? I just want to reassure everything's working fine and it would be a good feature to have while getting accustomed to the system.
The class QueryBuilder has a static flag for this:
/** Set to true to debug the SQL. */
public static boolean LOG_SQL;
So just set *QueryBuilder.LOG_SQL = true*, and you should get what you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With