What is LogCat in Eclipse?

前端 未结 9 1686
余生分开走
余生分开走 2020-12-07 01:04

What does LogCat do in Eclipse?

How do I use it? I have never used the log cat before in Eclipse, so I don\'t understand.

9条回答
  •  一向
    一向 (楼主)
    2020-12-07 01:28

    The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers.

    Logcat can be accessed using the command line. More information is in logcat (at Android Developers).

    If you're using Eclipse and the Android plugin for Eclipse, it's available in the Debug perspective. More (unofficial) information about this is in Debugging in Android using Eclipse.

提交回复
热议问题