Remove time, date, and package name from System.out.print in Android Studio logcat

ε祈祈猫儿з 提交于 2019-12-03 16:48:21

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!