commit | 018a96d03f0d452bf078084eedcd5693da42308d | [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 | 28a998736c3637944985ccacb20539527e19d3e5 | |
parent | 80b1b188281b0c89e94cd9c3c3f2b04f007d6b28 [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