diff options
Diffstat (limited to 'logd/LogUtils.h')
| -rw-r--r-- | logd/LogUtils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logd/LogUtils.h b/logd/LogUtils.h index ec6806225..d300a2a43 100644 --- a/logd/LogUtils.h +++ b/logd/LogUtils.h @@ -40,6 +40,9 @@ char *tidToName(pid_t tid); // Furnished in main.cpp. Thread safe. const char *tagToName(size_t *len, uint32_t tag); +// Furnished by LogKlog.cpp. +const char* strnstr(const char* s, size_t len, const char* needle); + } // Furnished in LogCommand.cpp |
