How do i see a log of all the queries that have been executed in my app? im using classic eclipse. in the logcat i cant see any queries that have occurred while my app has been running.
Where do i see this? ive looked at the log and i do not see any queries or anything in there…
Any help would be greatly appreciated.
Queries are not logged automatically. You will need to manually log them with calls to
Log.d()etc.