When looking at logcats in Android Studio 3.1, sometimes the "metadata" portion of some log lines are omitted. For example, the leading portion gets removed, which might look like:
06-06 17:55:39.364 9929-9945/com.ttm.zapp I/com.ttm.zapp:
Everything that follows that prefixed data in the log line is printed, however. See the image below for a better example.
Is this a bug? And if not, is there a way to disable this (what appears to be) "grouping" behavior?