summaryrefslogtreecommitdiff
path: root/logd/LogBufferTest.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-08-03 22:59:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-08-03 22:59:03 +0000
commitaeaf39dd3a8f38daf6d2cce9f4cb237294053222 (patch)
treede74775e7cda1548aecd4b049bb62d051625161b /logd/LogBufferTest.cpp
parent73592500c95c0c56449f1acf6c0dde644c979f46 (diff)
parent6d277bd9dbaa42520a4b0d656dc35fd35813f887 (diff)
Merge "liblog: don't cache property size values and move to own file"
Diffstat (limited to 'logd/LogBufferTest.cpp')
-rw-r--r--logd/LogBufferTest.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/logd/LogBufferTest.cpp b/logd/LogBufferTest.cpp
index 47d2a2f920..191110522e 100644
--- a/logd/LogBufferTest.cpp
+++ b/logd/LogBufferTest.cpp
@@ -34,16 +34,6 @@ using android::base::Join;
using android::base::Split;
using android::base::StringPrintf;
-#ifndef __ANDROID__
-unsigned long __android_logger_get_buffer_size(log_id_t) {
- return 1024 * 1024;
-}
-
-bool __android_logger_valid_buffer_size(unsigned long) {
- return true;
-}
-#endif
-
char* android::uidToName(uid_t) {
return nullptr;
}