My app uses both Log.d and Log.i to display messages in LogCat. The .i messages work fine, but .d messages don't show up. Why? And can I do anything about it?
Note: this has nothing to do with setting Verbosity level in Android Studio. The phone or something else in the pipeline is specifically preventing .d messages from going through.
This thread indicates that at least some Huawei phones disable logging for performance reasons. But that's apparently ALL logging, not just .d?