1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-03-09 21:55:09 +00:00

Change log level dump

This commit is contained in:
M66B 2019-08-03 19:07:27 +02:00
parent bba0a4df5e
commit 641ad7dff6

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));
}