History log of /system/core/liblog/properties.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86b136a4a410bdc140361ecd563dd94d8ae2d828 18-Apr-2017 Mark Salyzyn <salyzyn@google.com> liblog: __android_logger_property_bool svelte+eng default

(cherry pick from commit 9fcaaba85ddee7ca181901b7409ef3eb2962a7d8)

When BOOL_DEFAULT_FLAG_ENG and/or BOOL_DEFAULT_FLAG_SVELTE is set for
flags parameter in __android_logger_property_get_bool, they can not be
overridden by a supplied property value. Reset these two flags if
there is something in the specified property.

Test: gTest liblog-unit-tests, logcat-unit-tests and logd-unit-tests
Bug: 37425809
Change-Id: I5fc2d727e8c30bc1e781f8b365f44ec62dd36b4d
/system/core/liblog/properties.c
1f83aa424f537cf3f07e1d27dbbcc524818b5358 14-Apr-2017 Steven Moreland <smoreland@google.com> libcutils: compile with BOARD_VNDK_VERSION current

- moved __android_log_is_debuggable to a new public header
(log_properties.h)
- vendor version of sched_policy uses ALOG* instead SLOG*

Test: (sanity) liblog-unit-tests
Test: (sanity) libcutils_test (noting b/b/32972117, two tests continue
to fail)
Test: system/core as a whole makes with BOARD_VNDK_VERSION := current
now with no problems.
Test: boots/works on internal marlin
Bug: 33241851

Change-Id: I5bc1f348dc0f0c8814bec5b5c3d2c52c825ab640
/system/core/liblog/properties.c
c18f3102da853b49e51c17c26b5bd5e7f0c90478 05-Apr-2017 Mark Salyzyn <salyzyn@google.com> liblog: adapt to removal of property name size limit

There is no longer a name size limit to the properties.

Test: gTest liblog-unit-tests, logd-unit-tests and logcat-unit-tests
Test: liblog-benchmarks BM_is_loggable
Bug: 36696208
Change-Id: I80706a48583192b21f532a06cb8fa183a34e5f76
/system/core/liblog/properties.c
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/properties.c
774e04f77945f2e01608c6336b48375da8701b64 14-Dec-2016 Mark Salyzyn <salyzyn@google.com> liblog: move log_is_loggable.c to properties.c

Just makes sense cleanup

Test: gTest liblog-unit-tests
Bug: 33535908
Change-Id: I85de049f3cd73a473d56db5970d42eee5f9f70a8
/system/core/liblog/properties.c