Merge "Debug: do not log memtrack_proc_get() failure" am: 5d51d12cda am: fd50fcf588 am: 3ec26c9e3b
Change-Id: I414edda20ae24d4e107d272c6c7c3d843850343c
This commit is contained in:
@@ -193,7 +193,8 @@ static int read_memtrack_memory(struct memtrack_proc* p, int pid,
|
||||
{
|
||||
int err = memtrack_proc_get(p, pid);
|
||||
if (err != 0) {
|
||||
ALOGW("failed to get memory consumption info: %d", err);
|
||||
// The memtrack HAL may not be available, do not log to avoid flooding
|
||||
// logcat.
|
||||
return err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user