Merge "getBlobAshmemSize -> getOpenAshmemSize"
This commit is contained in:
@@ -640,7 +640,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
|
||||
.append(' ')
|
||||
.append(bold(getString(R.string.notification_log_details_ashmem)))
|
||||
.append(delim)
|
||||
.append(String.valueOf(p.getBlobAshmemSize()))
|
||||
.append(String.valueOf(p.getOpenAshmemSize()))
|
||||
.append("\n");
|
||||
}
|
||||
return sb;
|
||||
|
Reference in New Issue
Block a user