androidfirefox-addonfirefox-addon-webextensions

how to view background logs of a firefox extension on Android?


I am debugging a firefox extension for android. I have latest firefox nightly build installed in both Windows PC and phone. I connect my phone to Windows, and go to about:debugging on Windows. I can see my phone device there and my extension in extension list, but when I click "Inspect" button of my extension, I cannot see logs printed in background.js showing in Console tab. I call console.log in first line of backgrond.js and I am sure it is executed. BTW I can see console.log printing logs from content scripts.


Solution

  • inside the debugging window, it opens a console with the background log

    enter image description here