In android logcat some of the log information missing .How to see all log cat details/data or save in a file?

末鹿安然 提交于 2019-12-07 19:14:25
SIVAKUMAR.J


I find the solution.
In eclipse for android there is buffer for logcat.That is accessed/edited by the folowing process.

Select the following menu in eclipse: Windows->Preferences then select "Android" from list in left tab. Then expand the "Android" tab then select the "LogCat" then see/edit the text field ("Maximum number of logcat messages to buffer").


If the logcat message is larger than the buffer size then the eclipse shows only the some portion of data/log cat.
So i write the messages which i already put in logcat is written in the text file.

Plz try to explain ur question correctly.

As I have understood, u just need to drag from right most side. Also u can select Filter options fro leftmost box.

For more information refer this.

SIVAKUMAR some times if there is a large set of values eclipse might not show those all , so you need to restart the eclipse in that case . Start the application again you will see all the values . If you want to save the logcat file select all values of logcat and the first button , (Export selected items to TextFIle )in logcat shall give you the option to save the selected part of logcat as a file.

Yash

Go to your DDMS then below the DDMS icon there is one icon move your cursor over there it will display hint like "Display saved filter view" click on that you will find other tab opened at right side for that tab select "All messages(no filters)"

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