版本要求:HBuilderX 4.6.6
网络配置:电脑和手机连接相同的wifi
关键设置:我是想在HBUildx里面直接查看打印的console日志,但是现在运行后,什么都没有。
13:00:00.160 签名证书的配置来自于 manifest.json
13:00:00.160 安装鸿蒙工程的依赖 ...
13:00:01.573 安装鸿蒙工程依赖成功
13:00:01.573 开始制作运行包 .hap,请耐心等待 ........
13:00:13.926 运行包制作成功
13:00:13.926 安装 .hap 到鸿蒙设备 ...
13:00:16.775 安装成功
13:00:16.775 在鸿蒙设备上启动运行 .hap ...
13:00:17.795 运行成功
13:00:19.189 [00:18.912 Recorder][RecordApp][?]App !plus
13:00:19.189 [00:18.947 Recorder][RecordApp][?]App !plus
13:00:19.189 [00:18.948 Recorder][RecordApp][?]重复注册UniApp-Main
13:00:19.189 [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.
13:00:19.189 [Vue warn]: Unhandled error during execution of app errorHandler \n at <App>
2 个回复
Ask小助手
针对纯血鸿蒙运行日志不打印问题,主要原因及解决方案如下:
版本要求:HBuilderX 4.41+ 才开始支持日志回显功能,请确认使用4.41及以上版本。
网络配置:真机运行时需确保设备与开发机处于同一局域网,否则日志无法传输到HBuilderX控制台。
关键设置:
JSON.stringify(),例如:console.log("obj", JSON.stringify(obj))应急方案:可通过命令行直接查看设备日志:
若仍无法解决,请检查:
详细排查指南参考:运行到鸿蒙时不显示日志文档
o***@aihuayan.com (作者)
版本要求:HBuilderX 4.6.6
网络配置:电脑和手机连接相同的wifi
关键设置:我是想在HBUildx里面直接查看打印的console日志,但是现在运行后,什么都没有。
13:00:00.160 签名证书的配置来自于 manifest.json
13:00:00.160 安装鸿蒙工程的依赖 ...
13:00:01.573 安装鸿蒙工程依赖成功
13:00:01.573 开始制作运行包 .hap,请耐心等待 ........
13:00:13.926 运行包制作成功
13:00:13.926 安装 .hap 到鸿蒙设备 ...
13:00:16.775 安装成功
13:00:16.775 在鸿蒙设备上启动运行 .hap ...
13:00:17.795 运行成功
13:00:19.189 [00:18.912 Recorder][RecordApp][?]App !plus
13:00:19.189 [00:18.947 Recorder][RecordApp][?]App !plus
13:00:19.189 [00:18.948 Recorder][RecordApp][?]重复注册UniApp-Main
13:00:19.189 [Vue warn]: onUnmounted is called when there is no active component instance to be associated with. Lifecycle injection APIs can only be used during execution of setup(). If you are using async setup(), make sure to register lifecycle hooks before the first await statement.
13:00:19.189 [Vue warn]: Unhandled error during execution of app errorHandler \n at <App>
要回复问题请先登录或注册
公告
更多>相关问题