summaryrefslogtreecommitdiffstats
path: root/rotate_logs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* recovery: Refactor logging code into logging.cppJerry Zhang2018-05-071-107/+0
| | | | | | | | | Move common logging related functions to rotate_logs.cpp, and rename that to logging.cpp. Test: Recovery works Bug: 78793464 Change-Id: I00f20a79a296680122b8437d54a87897c5cb2fc7
* rotate_logs: Clean up the header includes.Tao Bao2017-10-181-64/+56
| | | | | | | | Also clang-format rotate_logs.cpp to get consistent style. Test: mmma bootable/recovery Test: recovery_manual_test works on marlin. Change-Id: I1210a346b97bbf0e1a8c3f8e3e73a7c114858ca8
* Cleanup the duplicates of logs rotation functionsTianjie Xu2016-11-041-0/+115
Bug: 32067516 Test: Logs rotated successfully on angler, recovery-refresh/persist tests passed on an a/b device. Change-Id: Ie80adf0fa958ad3d7869d2d17f49489666b86c29