Display Logcat in Terminal?

为君一笑 提交于 2019-12-02 18:45:56

Ah, just adb logcat should work. You may need to do an explicit path if the Android SDK tools directories aren't in your PATH, but that should do it.

If you have NPM, you could install module:

$ npm install -g logcat

that will provide you to start monitoring colored logcat in console and //127.0.0.1/.

$ logcat

Here is description

Bucic

In Terminal Emulator:

logcat > /sdcard/logfile.txt

This will put the logcat content in /sdcard/logfile.txt (your sd card main directory) obviously. Source (with more ways to acquire logcat):

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