summaryrefslogtreecommitdiff
path: root/simpleperf/main.cpp
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2015-10-01 11:32:44 -0700
committerYabin Cui <yabinc@google.com>2015-10-01 11:35:21 -0700
commit8a52e97bfd6e2c59ef48fedb277168a7bfbeec46 (patch)
treefd39c055d29ef1aa8426dacc2ba36964523e1106 /simpleperf/main.cpp
parent482fe9e37737e5d6c7d0a4e0fe303e7d097971aa (diff)
downloadextras-8a52e97bfd6e2c59ef48fedb277168a7bfbeec46.tar.gz
Simpleperf: warn if it can't read kernel symbols addresses.
And a little format adjustment. Bug: 24404256 Change-Id: Ie8dcd37138a693df18101d415e6e3243f4963582
Diffstat (limited to 'simpleperf/main.cpp')
-rw-r--r--simpleperf/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleperf/main.cpp b/simpleperf/main.cpp
index 7cc04b82..6b204ecf 100644
--- a/simpleperf/main.cpp
+++ b/simpleperf/main.cpp
@@ -33,7 +33,7 @@ static std::map<std::string, android::base::LogSeverity> log_severity_map = {
int main(int argc, char** argv) {
InitLogging(argv, android::base::StderrLogger);
std::vector<std::string> args;
- android::base::LogSeverity log_severity = android::base::ERROR;
+ android::base::LogSeverity log_severity = android::base::WARNING;
if (argc == 1) {
args.push_back("help");