commit | 5c5189ad0c6aa677d3dc70e9a64dcb5f9375b6f9 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Sep 30 07:40:09 2015 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Fri Oct 09 15:00:44 2015 -0700 |
tree | c66a6426786b75c5a96b49f05a7de4c4bb2fc45b | |
parent | 71541f3816d33e2dd53ce709642f929904f84dce [diff] |
logd: use coalesce instead of merge (cleanup) - switch to coalesce instead of merge in naming of functions and variables. Confusing since we also to merge-sorts and other activities in the logger. - define maxPrune rather than using a number in the code path. Bug: 24511000