I am currently running the Android Logcat using adb shell in the command prompt. I have noticed that I cannot see any logcat messages with the S priority tag (silent). I know that they do exist but I don't know how to make them visible in the logcat. How would I filter the messages so that I can see all the silent messages? Any help is appreciated.
I am not sure how to filter the messages for the S tag specifically as it states that I can filter for the other priority tags.