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 /logd | |
| 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 'logd')
| -rw-r--r-- | logd/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/main.cpp b/logd/main.cpp index 7550c41a5..c3343d785 100644 --- a/logd/main.cpp +++ b/logd/main.cpp @@ -311,7 +311,7 @@ const char *android::tagToName(size_t *len, uint32_t tag) { if (!map) { sem_wait(&sem_name); if (!map) { - map = android_openEventTagMap(EVENT_TAG_MAP_FILE); + map = android_openEventTagMap(NULL); } sem_post(&sem_name); if (!map) { |
