Firefoxのブラウザのログについて質問があります。Firefoxのログを読む方法
チュートリアルhttp://www.borngeek.com/firefox/automatic-firefox-extension-updates/に従って、Firefox extension automatic update featureのポストにいくつかの助けを借りても、私のFirefox拡張機能の自動アップデート機能を実装していますが、アップデート機能はまだ動作しません。誰もが私にいくつかのアドバイスを与えるか、ログ出力を見て時間を取ることができます。ありがとう。
私の開発環境は
- ある
削除のログ出力私の拡張子は
*** LOG addons.xpi: startup *** LOG addons.xpi: checkForChanges *** LOG addons.xpi: No changes found *** LOG addons.xpi: Opening database *** LOG addons.repository: Requesting https://services.addons.mozilla.org/en-GB/firefox/api/1.5/search/guid:myextension%40mozilla.myextension.org?src=firefox&appOS=Linux&appVersion=5.0&tMain=23&tFirstPaint=1641&tSessionRestored=1042 *** LOG addons.xpi: Starting install of file:///home/me/browserplugindev/firefox/test/myextension.xpi *** LOG addons.xpi: Addon [email protected] will be installed as a packed xpi *** LOG addons.xpi: Install of file:///home/me/browserplugindev/firefox/test/myextension.xpi completed. NOTE: child process received `Goodbye', closing down *** LOG addons.xpi: shutdown *** LOG addons.xpi: startup *** LOG addons.xpi: checkForChanges *** LOG addons.xpi: Found updated manifest for [email protected] in app-profile *** LOG addons.xpi: Processing install of [email protected] in app-profile *** LOG addons.xpi: Opening database *** LOG addons.xpi: New add-on [email protected] installed in app-profile *** LOG addons.xpi: Updating database with changes to installed add-ons *** LOG addons.xpi: Updating add-on states *** LOG addons.xpi: Writing add-ons list
これはFirefoxアドオンマネージャのログであり、Firefoxログではありません(Firefoxはいくつかの異なるログを作成できます)。 –
すべての1行が "*** LOG addons.xpi"で始まるので意味があります。 – user200340