commit | f7a80d935f2e40383237ad4c163b85047f95dc9c | [log] [tgz] |
---|---|---|
author | Alan Newberger <alann@google.com> | Wed Apr 09 12:06:42 2014 -0700 |
committer | Ed Heyl <edheyl@google.com> | Wed Jun 18 10:24:45 2014 -0700 |
tree | fc693ebb482c7b9733b57db7705239961a64c26e | |
parent | b52fe84c71ddcf1313c4112393bb4936442d9f13 [diff] |
Add logging override helper This CL removes compile-time log suppression with a runtim override. With a runtime override we can custom configure logging with a single level, not quite as flexible as a boolean per level but should suit our needs. Compile-time log pruning could be done with proguard if desired. Bug: 13737123 Change-Id: I8bdcaca44b4dc5c7eab8ef2f74e5181bcacd2727