1

我有一个引导扩展,并且bootstrap.js有一个卸载事件:

function uninstall(data, reason) {
     console.log('uninstall event');
}

但是当我卸载我的扩展uninstall功能时,并没有在控制台上写“卸载事件”。

我已经extensions.logging.enabled开始true使用about:config. 卸载时会在控制台上打印:

LOG addons.xpi:在 user@example.com 版本 1.4 上调用引导方法卸载

但是我在事件中编写的自定义消息uninstall没有打印出来。

4

0 回答 0