History log of /system/core/include/log/logprint.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2ed51d708eda64516ec79ac6397f690de38f0075 09-Mar-2017 Mark Salyzyn <salyzyn@google.com> liblog: specify clang format

Switch coding style to match

SideEffects: None
Test: compile
Bug: 27405083
Change-Id: Id426d5c5e3b18f2ceec22b31bbc9781aabf6bcca
/system/core/liblog/include/log/logprint.h
9b4d7e1c381289b6b6fba1794b5846e0d34da1cc 30-Jan-2017 Mark Salyzyn <salyzyn@google.com> logcat: test: inject() tuning

Add a hidden -v nsec flag to logcat (actually logprint in liblog.so)
so that we can do more exacting tests of logcat.tail_time. Halve the
spam pressure of logcat.tail_* in inject() routine, and give us a few
more retries at the higher counts. Add instrumentation to
logcat.logrotate failures. Add inject for logcat.year test.

Test: gTest logcat-unit-tests
Bug: 34454772
Change-Id: If6f3bd21892c8a2b9ccee8c8bbf592a1ae0b2a57
/system/core/liblog/include/log/logprint.h
651f8383e66a32741d78f485c714ced345db7b3d 25-Jan-2017 Vijay Venkatraman <vijaykv@google.com> Revert "Revert "Exporting C headers from system/core""

This reverts commit a3f2be2b73cebb057218db2a19e8fad04ecb88f6.

Test: compile
Change-Id: I04b3a8e47e1fa3eb9d80c14ae3a90c68a780e858
/system/core/liblog/include/log/logprint.h
a3f2be2b73cebb057218db2a19e8fad04ecb88f6 25-Jan-2017 Vijay Venkatraman <vijaykv@google.com> Revert "Exporting C headers from system/core"

This reverts commit 3c6763ca21c1150d66daf8fde9b440b1c3219fe6.

Change-Id: If3b3e106478d28a5df927d57649abdca0a99dd0e
/system/core/liblog/include/log/logprint.h
3c6763ca21c1150d66daf8fde9b440b1c3219fe6 05-Jan-2017 Vijay Venkatraman <vijaykv@google.com> Exporting C headers from system/core

Moved headers from include/libcutils and include/liblog to
libcutils/include and liblog/include respectively, so they can be
exported via these libs. They needed to be moved since Soong does
not allow export from external folder.

Added symlink from old locations. They are needed since Soong
includes system/core/include by default. Once all modules are
cleaned up to explicitly add the required libs, the symlinks will be
removed.

Also added liblog_vndk_headers that exports a special log/log.h for
VNDK.

Moved headers of libcutils to libcutils_headers. They should be used
by modules for header-only inlines. Added libcutils_headers as
dependency of libcutils.

Added libcutils_vndk_headers that exports a special cutils/log.h
deprecating usage of the file. A later CL will deprecate the one in
libcutils_headers

Test: Add above libs to shared lib of local module
Change-Id: I6e1f9c5f23d8b6eae13dc3b7e5dfe7fae93b8510
/system/core/liblog/include/log/logprint.h