commit | 2e5b53afbb2a1c1c3c9e257713af7f7127607eae | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Apr 12 09:11:46 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Apr 13 11:43:03 2016 -0700 |
tree | a5afd733456bb905e6409dd6a433b6e14044aa7a | |
parent | 509c75b4717c356439c7a6c545b1eb72ebf61eb8 [diff] |
logcat: expand -n, -r and -b - Add property expansion to the -n/--rotate-count, -r/--rotate-kbytes and -b/--buffer parameters. e.g. -r '${logcat.rotate-count:-6}' will expand the property logcat.rotate-count, and if not present will default to 6 - Add gtest to confirm mid-stream expansion - No longer support ",:;<whitespace>" for buffer tokenization, settling on only supporting ",". Bug: 28120456 Change-Id: I7ebb6146f72047631536c457952fa50d0abb98ab