commit | dd9094a68d49b68f6872a2f49e7319d32804aef8 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Mar 01 13:45:42 2016 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Tue Mar 22 13:01:15 2016 -0700 |
tree | 22c3987093b462eca8cd4b41f5cd7c0d594b3145 | |
parent | 15e57a65078ff7aea0ca5ea421a6f7c5b5d90285 [diff] |
liblog: split out transports into separate files 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