summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/android-base/logging.h')
-rw-r--r--base/include/android-base/logging.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/include/android-base/logging.h b/base/include/android-base/logging.h
index afff2c951..cc7aaf68c 100644
--- a/base/include/android-base/logging.h
+++ b/base/include/android-base/logging.h
@@ -105,6 +105,9 @@ void StderrLogger(LogId, LogSeverity, const char*, const char*, unsigned int, co
105 105
106void DefaultAborter(const char* abort_message); 106void DefaultAborter(const char* abort_message);
107 107
108std::string GetDefaultTag();
109void SetDefaultTag(const std::string& tag);
110
108#ifdef __ANDROID__ 111#ifdef __ANDROID__
109// We expose this even though it is the default because a user that wants to 112// We expose this even though it is the default because a user that wants to
110// override the default log buffer will have to construct this themselves. 113// override the default log buffer will have to construct this themselves.