summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'logd/LogTags.h')
-rw-r--r--logd/LogTags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/logd/LogTags.h b/logd/LogTags.h
index 37a6d9632..4457c462f 100644
--- a/logd/LogTags.h
+++ b/logd/LogTags.h
@@ -106,6 +106,7 @@ public:
106 // reverse lookup from tag 106 // reverse lookup from tag
107 const char* tagToName(uint32_t tag) const; 107 const char* tagToName(uint32_t tag) const;
108 const char* tagToFormat(uint32_t tag) const; 108 const char* tagToFormat(uint32_t tag) const;
109 std::string formatEntry(uint32_t tag, uid_t uid);
109 // find associated tag 110 // find associated tag
110 uint32_t nameToTag(const char* name) const; 111 uint32_t nameToTag(const char* name) const;
111 112