Merge "getDmabufMappedSizeKb: Use ReadDmaBufMapRefs()"
This commit is contained in:
@@ -902,7 +902,7 @@ static jlong android_os_Debug_getDmabufMappedSizeKb(JNIEnv* env, jobject clazz)
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!AppendDmaBufInfo(pid, &dmabufs, false)) {
|
||||
if (!ReadDmaBufMapRefs(pid, &dmabufs)) {
|
||||
LOG(ERROR) << "Failed to read maps for pid " << pid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user