问题
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
回答1:
Android Studio 2.2
Not sure which version made this available but 2.2 has it...
Just found this myself. So happy.
来源:https://stackoverflow.com/questions/37767350/remove-time-date-and-package-name-from-system-out-print-in-android-studio-logc