android代码对大部分都是:
if (Log.isLoggable(TAG, Log.VERBOSE)) {
Log.v(TAG, "Internal storage is ok.");
}
所以要改isLoggable返回者
可在adb中setprop log.tag.CalendarProvider2 VERBOSE
CalendarProvider2 == TAG
android代码对大部分都是:
if (Log.isLoggable(TAG, Log.VERBOSE)) {
Log.v(TAG, "Internal storage is ok.");
}
所以要改isLoggable返回者
可在adb中setprop log.tag.CalendarProvider2 VERBOSE
CalendarProvider2 == TAG

被折叠的 条评论
为什么被折叠?