am 1ac35b09: Merge "Fix for parenthesis error"

* commit '1ac35b099636399eab8f16d94b6210ec366f9c99':
  Fix for parenthesis error
This commit is contained in:
Mark Salyzyn 2014-09-04 22:54:59 +00:00 committed by Android Git Automerger
commit 7fd87c0bf1

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();