Change log level dump

This commit is contained in:
M66B 2019-08-03 19:07:27 +02:00
parent bba0a4df5e
commit 641ad7dff6
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ void ng_dump() {
int r = 0;
for (int c = 0; c < allocs; c++)
if (alloc[c].ptr != NULL)
log_android(ANDROID_LOG_DEBUG,
log_android(ANDROID_LOG_WARN,
"holding %d [%s] %s",
++r, alloc[c].tag, ctime(&alloc[c].time));
}