0
我想更改日誌文本格式化的方式,變化android.util.Log日誌文本格式
目前與android.util.Log登錄時
Log.d("tag", "this is the text I added");
它作爲
<!>com.appname.android.classname 1286<!> this is the text I added
我想輸出它作爲
[com.appname.android.classname:1286] this is the text I added
任何想法我們如何做到這一點?
是標籤等於' com.appname.android.classname 1286 '? – 2012-07-06 13:01:10
沒有那是文件名和行號。它是logcat的默認格式。標籤出現在其自己的單獨列下 – Anand 2012-07-13 09:36:12