24

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?? I am using android studio

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
  • 2
    I think the solution here should be to use the proper `Log` class because 1) that's how print to the logcat in Android and 2) it's less to type – OneCricketeer Jun 11 '16 at 18:55

1 Answers1

60

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.

Baker
  • 24,730
  • 11
  • 100
  • 106