getBlobAshmemSize -> getOpenAshmemSize
This API returns the total size of all ashmem memory that is in FDs that is owned by a Parcel object. It was renamed a while ago, but the name was never updated in Java. Bug: 202029388 Test: N/A Change-Id: Icc428063083110952cf3951721d69cbb919429b1
This commit is contained in:
@@ -640,7 +640,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
|
|||||||
.append(' ')
|
.append(' ')
|
||||||
.append(bold(getString(R.string.notification_log_details_ashmem)))
|
.append(bold(getString(R.string.notification_log_details_ashmem)))
|
||||||
.append(delim)
|
.append(delim)
|
||||||
.append(String.valueOf(p.getBlobAshmemSize()))
|
.append(String.valueOf(p.getOpenAshmemSize()))
|
||||||
.append("\n");
|
.append("\n");
|
||||||
}
|
}
|
||||||
return sb;
|
return sb;
|
||||||
|
|||||||
Reference in New Issue
Block a user