Merge "getBlobAshmemSize -> getOpenAshmemSize"
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