Merge "logd: Build Breakage"

This commit is contained in:
Mark Salyzyn 2015-04-08 23:11:01 +00:00 committed by Gerrit Code Review
commit e74baca6f3
1 changed files with 1 additions and 2 deletions

View File

@ -330,8 +330,7 @@ void LogStatistics::format(char **buf, uid_t uid, unsigned int logMask) {
}
android::String8 name(" PID/UID");
android::String8 size("Size");
android::String8 pruned("Pruned");
format_line(output, name, size, pruned);
format_line(output, name, size);
headerPrinted = true;
}