summaryrefslogtreecommitdiff
path: root/simpleperf/dso.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/dso.h')
-rw-r--r--simpleperf/dso.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simpleperf/dso.h b/simpleperf/dso.h
index f41b1404..cb0e51d7 100644
--- a/simpleperf/dso.h
+++ b/simpleperf/dso.h
@@ -22,6 +22,7 @@
#include <unordered_map>
#include <vector>
+#include <android-base/logging.h>
#include <android-base/test_utils.h>
#include "build_id.h"
@@ -182,6 +183,7 @@ class Dso {
uint32_t dump_id_;
// Used to assign dump_id for symbols in current dso.
uint32_t symbol_dump_id_;
+ android::base::LogSeverity symbol_warning_loglevel_;
};
const char* DsoTypeToString(DsoType dso_type);