1. 启动Android Studio,选中android工程并打开

    Android Studio中查看Logcat调试信息
  2. 2

    工具栏选择【Tools】-》【Android】

    Android Studio中查看Logcat调试信息
  3. 3

    点击【Android】选项,子选项选中【Android Device Monitor】,弹出窗口,该窗口类似eclipse

    Android Studio中查看Logcat调试信息
  4. 4

    Android Device Monitor窗口,如图

    Android Studio中查看Logcat调试信息
  5. 5

    Android Device Monitor窗口上方有设备管理,可以选中已连接的模拟器或实际设备(android手机、平板),在右侧的窗口可以查看当前设备的实时数据及状态,如:数据连接,线程,文件管理等等

    Android Studio中查看Logcat调试信息
  6. 6

    Android Device Monitor窗口下方为Logcat和Console 控制台

    选择需要追踪的工程,查看详细调试信息

    Android Studio中查看Logcat调试信息
  7. 7

    可以对调试信息进行过滤,如标签名,包名,日志级别等

    Android Studio中查看Logcat调试信息

相关文章:

  • 2021-12-05
  • 2021-11-04
  • 2021-05-15
  • 2021-12-10
  • 2021-10-09
  • 2021-04-09
  • 2021-08-28
猜你喜欢
  • 2022-01-07
  • 2021-07-02
  • 2022-01-16
  • 2021-08-26
  • 2022-12-23
相关资源
相似解决方案