diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2016-11-29 19:37:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-11-29 19:37:48 +0000 |
| commit | 9bfd9f558b116e208aef7bdeef887ca37fcd2007 (patch) | |
| tree | 02868722651e9737da080517e728bde65afe4896 /logcat | |
| parent | 5b21deb7864bcb92b0675f50ff1522f40b5e0f63 (diff) | |
| parent | 1179eb8048f5861bf92b29441230381526d30e5d (diff) | |
| download | system_core-9bfd9f558b116e208aef7bdeef887ca37fcd2007.tar.gz system_core-9bfd9f558b116e208aef7bdeef887ca37fcd2007.tar.bz2 system_core-9bfd9f558b116e208aef7bdeef887ca37fcd2007.zip | |
Merge "system/core: replace EVENT_TAG_MAP_FILE with NULL"
Diffstat (limited to 'logcat')
| -rw-r--r-- | logcat/logcat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp index 41f228009..94b8691a3 100644 --- a/logcat/logcat.cpp +++ b/logcat/logcat.cpp @@ -177,7 +177,7 @@ static void processBuffer(log_device_t* dev, struct log_msg *buf) static EventTagMap *eventTagMap = NULL; if (!eventTagMap && !hasOpenedEventTagMap) { - eventTagMap = android_openEventTagMap(EVENT_TAG_MAP_FILE); + eventTagMap = android_openEventTagMap(NULL); hasOpenedEventTagMap = true; } err = android_log_processBinaryLogBuffer(&buf->entry_v1, &entry, |
