Merge "getDmabufMappedSizeKb: Use ReadDmaBufMapRefs()" am: 36f5f53a61
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1622159 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I67afcf295241c4ef183a3d0eae5f23535839290c
This commit is contained in:
@@ -902,7 +902,7 @@ static jlong android_os_Debug_getDmabufMappedSizeKb(JNIEnv* env, jobject clazz)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!AppendDmaBufInfo(pid, &dmabufs, false)) {
|
if (!ReadDmaBufMapRefs(pid, &dmabufs)) {
|
||||||
LOG(ERROR) << "Failed to read maps for pid " << pid;
|
LOG(ERROR) << "Failed to read maps for pid " << pid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user