Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee16d245 authored by Kalesh Singh's avatar Kalesh Singh Committed by Automerger Merge Worker
Browse files

Merge "getDmabufMappedSizeKb: Use ReadDmaBufMapRefs()" am: 36f5f53a am:...

Merge "getDmabufMappedSizeKb: Use ReadDmaBufMapRefs()" am: 36f5f53a am: 0010cbec am: d3c84f7d am: c7f9fc81

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1622159

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icc30933ee6657630abe885e61b9442d8a60b4572
parents 3e0e2379 c7f9fc81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -905,7 +905,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;
        }
    }