am 3c8e92ce: Fix for parenthesis error

* commit '3c8e92cebe9f5246f502d9e82d16f9621ac0bed7':
  Fix for parenthesis error
This commit is contained in:
Arseniy Antonov 2014-09-04 18:40:28 +00:00 committed by Android Git Automerger
commit e6a701557d

View file

@ -524,7 +524,7 @@ void LogStatistics::format(char **buf,
short spaces = 2;
log_id_for_each(i) {
if (!logMask & (1 << i)) {
if (!(logMask & (1 << i))) {
continue;
}
oldLength = string.length();