commit | c9bf3739344b0dbf19d7eb1f8b8499bbcb93ef61 | [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 | f441e982ee0700fb55cc02713b428eed8919de85 | |
parent | a76904519fc2a4f35d9ad1f9fbfda5170495b0dd [diff] |
logd: use coalesce instead of merge (cleanup) (cherry pick from commit 5c5189ad0c6aa677d3dc70e9a64dcb5f9375b6f9) - 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