Skip to content Skip to sidebar Skip to footer

Remove Time, Date, And Package Name From System.out.print In Android Studio Logcat

I want to remove the following sort of text '06-11 14:36:59.814 3951-4564/example.myapplication I/System.out﹕' from my system.out.prints in my app. How can I accomplish this

Solution 1:

Android Studio 2.2

Not sure which version made this available but 2.2 has it...

logcat settings control

default with date time package suggestions for dinner

what we all generally want: TAG and our debug statement

Just found this myself. So happy.

Post a Comment for "Remove Time, Date, And Package Name From System.out.print In Android Studio Logcat"