我正在开发一个 Firefox 插件,并想在 Android 上对其进行测试。我已经在手机上下载了 Nightly 并具有 root 访问权限。
在插件目录中,我运行以下命令:
cfx run -a fennec-on-device -b /bin/adb --mobile-app fennec --force-mobile
根据文档。
Nightly
然后在我的手机上打开,我在终端上得到以下输出:
Launching mobile application with intent name org.mozilla.fennec
Pushing the addon to your device
Starting: Intent { act=android.activity.MAIN cmp=org.mozilla.fennec/.App (has extras) }
但是没有任何调试输出。我尝试将console.log
语句放在我main.js
应该加载的第一个内容脚本的顶部。
这是个常见的问题吗?我还能检查什么?如果需要更具体的信息,请发表评论。