commit | aaad42f47c7363d68ddfb9ef8f1b51972c4d429d | [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 | 556a236fec82daeaf7d85fc1cd5e16d7ce66a41f | |
parent | 55793400f20e5160eaab6c85e5df621f48373ec2 [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