commit | 49f36ba3b4624ddd3d7efa34c95128a73bda6208 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Wed Dec 06 13:02:02 2017 -0800 |
committer | Glenn Kasten <gkasten@google.com> | Fri Dec 22 20:05:46 2017 +0000 |
tree | 9427c132f2f998021c1ae06078174c3396bc5f54 | |
parent | b3ded702104331ae35597eef28f670e407a1b519 [diff] |
Logs use either %#x or 0x%x for flags, channel mask, format, device Preferred is %#x but 0x%x is also permitted because it is widely used. The benefit is that it reduces ambiguity and possible confusion, without needing to read the source code for each log. Test: builds OK and logs are less ambiguous Change-Id: Ie2404e071d22278b8bba1e094ad336887844212c