commit | e1a61f5e931461288c931ce0b5a4e3bfef2e104e | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Wed Apr 29 01:59:53 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 29 01:59:53 2015 +0000 |
tree | 1661ed14fcf1830ea8bc48d67ad5b379895acee7 | |
parent | 0bf650373e963cb772466092fbc5fd5a25b144d0 [diff] | |
parent | f8093a9485402584f75b774ddf2ca051fa9b8aad [diff] |
Merge "Fix LD_PRELOAD for dlopen()"
diff --git a/libc/bionic/libc_logging.cpp b/libc/bionic/libc_logging.cpp index 7ad21c4..cb0b334 100644 --- a/libc/bionic/libc_logging.cpp +++ b/libc/bionic/libc_logging.cpp
@@ -56,6 +56,7 @@ EVENT_TYPE_LONG = 1, EVENT_TYPE_STRING = 2, EVENT_TYPE_LIST = 3, + EVENT_TYPE_FLOAT = 4, }; struct BufferOutputStream {