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

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

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I67afcf295241c4ef183a3d0eae5f23535839290c
parents 4bf02f22 36f5f53a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
        }
    }