commit | 6326bb8fd29c2cadb4664b6c6944af8771a64e96 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Sep 30 07:40:09 2015 -0700 |
committer | Rom Lemarchand <romlem@google.com> | Mon Nov 16 08:53:04 2015 -0800 |
tree | fed3f42e179dc3153cec630a463c61bb8d2c59ad | |
parent | 9bc35ef4c975891e2fb77745c877ce8847727b73 [diff] |
logd: use coalesce instead of merge (cleanup) (cherry pick from commit aaad42f47c7363d68ddfb9ef8f1b51972c4d429d) - 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