diff options
| author | Tom Cherry <tomcherry@google.com> | 2020-08-03 22:59:03 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-08-03 22:59:03 +0000 |
| commit | aeaf39dd3a8f38daf6d2cce9f4cb237294053222 (patch) | |
| tree | de74775e7cda1548aecd4b049bb62d051625161b /logd/LogBufferTest.cpp | |
| parent | 73592500c95c0c56449f1acf6c0dde644c979f46 (diff) | |
| parent | 6d277bd9dbaa42520a4b0d656dc35fd35813f887 (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.cpp | 10 |
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; } |
