logcat-in-devtools

Weekly Pick

一个让开发者能在 Chrome Devtools 中查看 Android adb 日志的工具,简化前端开发者的调试流程,无需打开 Android Studio。

项目地址: https://github.com/nieheyong/logcat-in-devtools执行以下命令,可以在 Chrome Devtools 中查看 adb logcat 日志 。对前端来说很友好,不用再打开 Android studio。方便使用 Devtools console 已有的搜素过滤和分类npx logcat-in-devtools@latestimage### Options$ npx logcat-in-devtools@latest --helpUsage: logcat-in-devtools [options]View android adb logcat logs in chrome devtools consoleOptions: -V, --version output the version number -m, --match <RegExp> only print messages that match RegExp -s, --serial <SERIAL> use device with given serial (overrides $ANDROID_SERIAL) -h, --help display help for command