Loading core/jni/android_os_Debug.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -826,7 +826,7 @@ static jlong android_os_Debug_getIonMappedSizeKb(JNIEnv* env, jobject clazz) { } } for (dmabufinfo::DmaBuffer buf : dmabufs) { for (const dmabufinfo::DmaBuffer& buf : dmabufs) { ionPss += buf.size() / 1024; } Loading Loading
core/jni/android_os_Debug.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -826,7 +826,7 @@ static jlong android_os_Debug_getIonMappedSizeKb(JNIEnv* env, jobject clazz) { } } for (dmabufinfo::DmaBuffer buf : dmabufs) { for (const dmabufinfo::DmaBuffer& buf : dmabufs) { ionPss += buf.size() / 1024; } Loading