Merge "Revert "logd: trailing spaces in log statistics"" am: 1fa079b255
am: 827973369d
Change-Id: If9e9ae745c9df25cbd07766fd531628021ab672a
This commit is contained in:
commit
2888798e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ std::string UidEntry::format(const LogStatistics &stat, log_id_t id) const {
|
|||
if ((spaces <= 0) && pruned.length()) {
|
||||
spaces = 1;
|
||||
}
|
||||
if ((spaces > 0) && (pruned.length() != 0)) {
|
||||
if (spaces > 0) {
|
||||
change += android::base::StringPrintf("%*s", (int)spaces, "");
|
||||
}
|
||||
pruned = change + pruned;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue