【发布时间】:2016-03-25 01:49:02
【问题描述】:
有没有办法将我的 sqlite 查询打印到 logCat?这是我的查询
db.query(TABLE, projection, selection, selectionArgs, null, null, null)
【问题讨论】:
-
@beetlej @FarbodSalamat-Zadeh:如果我没有光标,而是使用了
getContentResolver().delete(...),该怎么办?我不是在寻找结果的日志。我正在寻找 SQLite 字符串本身。 @tinysunlight 明白了。
标签: android sqlite android-sqlite logcat