commit | 42aa127e8ab4c5eb5197cf3cc68470cf3a0fdcbb | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Fri Sep 18 11:10:55 2015 -0700 |
committer | Yabin Cui <yabinc@google.com> | Mon Sep 21 11:46:16 2015 -0700 |
tree | 55b7c1c506dfd1376136456b847aca8933eee8d5 | |
parent | 12f454e24a518d81fe42043b7142582b81694363 [diff] |
Simpleperf: rewrite unsupported logging style. Previously we can use a ternary operator to choose the log level, like (error ? LOG(ERROR) : LOG(DEBUG)) << xxx. But as the LOG() macro is about to change, we can no longer write like this. This CL also changes some improper log levels and log messages. Change-Id: Ib9a55f2ca241516a6e89afad4a733cc07b19570f