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
Loading
Please register or sign in to comment