Merge "Dump error_detail in dumpsys"
This commit is contained in:
committed by
Android (Google) Code Review
commit
adf20ed758
@@ -226,6 +226,11 @@ string FormatAttributes(const string& indent, const Attributes& attributes) {
|
||||
result.append("license_type: ");
|
||||
result.append(to_string(attributes.license_type()));
|
||||
}
|
||||
if (attributes.has_error_detail()) {
|
||||
result.assign(indent);
|
||||
result.append("error_detail: ");
|
||||
result.append(to_string(attributes.error_detail()));
|
||||
}
|
||||
if (result.size()) {
|
||||
return result;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user