commit | 99dc6c4c6588f09c39dbec3555a8fe03e772c8f5 | [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 | 1559b8faa6414790c4726fa04598c87ea108ecbd [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