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:
parent
bba0a4df5e
commit
641ad7dff6
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue