History log of /system/core/liblog/logger_write.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2fb3f08d51edcfd8e39e0e58b853e75b3a4206a8 23-Aug-2016 Mark Salyzyn <salyzyn@google.com> liblog: add __android_log_close()

Bug: 30963384

(cherry picked from commit df7a4c6bae5f85532d79a93b7d9197a2aab17825)

Change-Id: Iee7cd0db819644299fa086586630e71415643294
/system/core/liblog/logger_write.c
5e635f7c06a01ec635a9774d4cf942e058dddb11 29-Mar-2016 Mark Salyzyn <salyzyn@google.com> liblog: gate write on log id available

(cherry pick from commit c33103c440517ae8fa5589c22eef795627adf793)

- Secure LOG_ID_KERNEL in writer
- Secure LOG_ID_SECURITY in reader and writer
- if writer transport says not available, do not write to that log id

Bug: 27566046
Bug: 27896341
Change-Id: If63a78a56fb94adfbf9979454c4cadb81af45c19
/system/core/liblog/logger_write.c
facf94c74a2cc44f294c4789d36d5c7281c7bc3f 01-Mar-2016 Mark Salyzyn <salyzyn@google.com> liblog: split out transports into separate files

(cherry pick from commit 018a96d03f0d452bf078084eedcd5693da42308d)

Create config_logger, logger and logger_read to house the log
interfaces. Add fake_logger, logd_logger and pmsg_logger to
house the write and read transports. Allows for an easier and
direct path to add new transports to the library.

SideEffects: None, logger benchmark performance unaffected

Bug: 27176738
Bug: 27405083
Change-Id: I01b38637334a5242905c8c89f6ab0a92e2540008
/system/core/liblog/logger_write.c