2011-10-26 46 views
-1

我正在嘗試選擇爲文本過濾的行。當我刪除線條文本時,我選擇的線條將不會聚焦在屏幕上。查看過濾文本的上下行的最佳方式是什麼? 我正在使用Eclipse和最新的ADT for Android。Android中的Logcat過濾器

希望你能理解我的問題,並試圖解決我的問題。

例子:

 
I have some logs for my application. 
I write in Logs filter "ABC MSG" 
Now, I can see only logs which have "ABC MSG" text. 
I select a particular line 
Now, I want to see the top tow lines of my selection but may be those lines have no "ABC MSG" 
When I remove the text from the filter box, my windows start from the last line and scrolling start. 
Where is my selection. 

+1

你能更清楚嗎?無法得到確切的問題... –

回答

0

在調試(Eclipse中)選擇創建過濾器(綠色十字),並添加過濾文本。