Merge \\\"logd: trailing spaces in log statistics\\\" am: d59d16a49d am: 35f7799f16
am: 11ba19ea5e
Change-Id: I9c740b1b4e760266853f7f813dfa096df8098de7
This commit is contained in:
commit
2c958c7262
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ std::string UidEntry::format(const LogStatistics &stat, log_id_t id) const {
|
|||
if ((spaces <= 0) && pruned.length()) {
|
||||
spaces = 1;
|
||||
}
|
||||
if (spaces > 0) {
|
||||
if ((spaces > 0) && (pruned.length() != 0)) {
|
||||
change += android::base::StringPrintf("%*s", (int)spaces, "");
|
||||
}
|
||||
pruned = change + pruned;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue