We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
终端里面,执行adb logcat > log.log即可抓取日志
adb logcat > log.log
如果提示找不到adb,那需要进入Hbuilder的adb工具目录: Mac 系统下,该目录的路径是:/Applications/HBuilderX.app/Contents/HBuilderX/plugins/launcher/tools/adbs
adb
Hbuilder
/Applications/HBuilderX.app/Contents/HBuilderX/plugins/launcher/tools/adbs
Windows 系统下,该目录的路径是:${HbuilderX安装目录}/plugins/launcher/tools/adbs
${HbuilderX安装目录}/plugins/launcher/tools/adbs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
终端里面,执行
adb logcat > log.log
即可抓取日志如果提示找不到
adb
,那需要进入Hbuilder
的adb
工具目录:Mac 系统下,该目录的路径是:
/Applications/HBuilderX.app/Contents/HBuilderX/plugins/launcher/tools/adbs
Windows 系统下,该目录的路径是:
${HbuilderX安装目录}/plugins/launcher/tools/adbs
The text was updated successfully, but these errors were encountered: