I was able to reproduce the issue on GeckoView example Build id 20210806160038, trying to install https://addons.mozilla.org/firefox/downloads/file/3816867/ublock_origin-1.37.2-an+fx.xpi shows the following logcat error: ``` 08-06 20:41:48.550 4127 4160 D GeckoViewConsole: onEvent GeckoView:WebExtension:Install {"installId":"7db1dd03-f209-4fa0-a70e-532315b3a684","locationUri":"https://addons.mozilla.org/firefox/downloads/file/3816867/ublock_origin-1.37.2-an+fx.xpi"} 08-06 20:41:48.562 388 1031 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found 08-06 20:41:48.562 388 1031 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found 08-06 20:41:48.571 4127 4160 D GeckoViewActivity: onHistogram name: NETWORK_CACHE_V2_HIT_TIME_MS, value: [J@64b430 08-06 20:41:49.424 4127 4160 I GeckoConsole: 1628275309424 addons.xpi WARN Download of https://addons.mozilla.org/firefox/downloads/file/3816867/ublock_origin-1.37.2-an+fx.xpi failed: TypeError: can't access property "normalize", type is undefined(resource://gre/modules/Schemas.jsm:3559:18) JS Stack trace: normalize@Schemas.jsm:3559:18 08-06 20:41:49.424 4127 4160 I GeckoConsole: normalize@Schemas.jsm:3749:28 08-06 20:41:49.424 4127 4160 I GeckoConsole: _getNormalizedManifest@Extension.jsm:957:20 08-06 20:41:49.424 4127 4160 I GeckoConsole: parseManifest@Extension.jsm:997:33 ``` Device details: Vendor and Model: Sony Xperia Z2 OS version: Android 6.0.1 CPU: Snapdragon 801 (armeabi-v7a) I can also not profile the current Fenix Nightly anymore as well as the current GV example.
Bug 1724298 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I was able to reproduce the issue on GeckoView example Build id 20210806160038, trying to install https://addons.mozilla.org/firefox/downloads/file/3816867/ublock_origin-1.37.2-an+fx.xpi shows the following logcat error: ``` 08-06 20:41:48.550 4127 4160 D GeckoViewConsole: onEvent GeckoView:WebExtension:Install {"installId":"7db1dd03-f209-4fa0-a70e-532315b3a684","locationUri":"https://addons.mozilla.org/firefox/downloads/file/3816867/ublock_origin-1.37.2-an+fx.xpi"} 08-06 20:41:48.562 388 1031 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found 08-06 20:41:48.562 388 1031 E NetlinkEvent: NetlinkEvent::FindParam(): Parameter 'UID' not found 08-06 20:41:48.571 4127 4160 D GeckoViewActivity: onHistogram name: NETWORK_CACHE_V2_HIT_TIME_MS, value: [J@64b430 08-06 20:41:49.424 4127 4160 I GeckoConsole: 1628275309424 addons.xpi WARN Download of https://addons.mozilla.org/firefox/downloads/file/3816867/ublock_origin-1.37.2-an+fx.xpi failed: TypeError: can't access property "normalize", type is undefined(resource://gre/modules/Schemas.jsm:3559:18) JS Stack trace: normalize@Schemas.jsm:3559:18 08-06 20:41:49.424 4127 4160 I GeckoConsole: normalize@Schemas.jsm:3749:28 08-06 20:41:49.424 4127 4160 I GeckoConsole: _getNormalizedManifest@Extension.jsm:957:20 08-06 20:41:49.424 4127 4160 I GeckoConsole: parseManifest@Extension.jsm:997:33 ``` Device details: Vendor and Model: Sony Xperia Z2 OS version: Android 6.0.1 CPU: Snapdragon 801 (armeabi-v7a) I can also not profile the current Fenix Nightly anymore as well as the current GV example. Trying to connect to the GV example app only shows no open tabs and shows the following logcat ``` 08-06 20:55:20.220 4127 4160 I Gecko : console.error: "Error while calling actor 'root's method 'listTabs'" "TabDescriptorActor is not defined" 08-06 20:55:20.222 4127 4160 E GeckoConsole: [JavaScript Error: "Error while calling actor 'root's method 'listTabs' TabDescriptorActor is not defined"] 08-06 20:55:20.222 4127 4160 I Gecko : console.error: (new ReferenceError("TabDescriptorActor is not defined", "resource://devtools/server/actors/webbrowser.js", 318)) 08-06 20:55:20.224 4127 4160 E GeckoConsole: [JavaScript Error: "ReferenceError: TabDescriptorActor is not defined"] 08-06 20:55:20.248 4127 4160 I Gecko : console.error: "Error while calling actor 'root's method 'listProcesses'" "ProcessDescriptorActor is not defined" 08-06 20:55:20.250 4127 4160 E GeckoConsole: [JavaScript Error: "Error while calling actor 'root's method 'listProcesses' ProcessDescriptorActor is not defined"] 08-06 20:55:20.251 4127 4160 I Gecko : console.error: (new ReferenceError("ProcessDescriptorActor is not defined", "resource://devtools/server/actors/root.js", 452)) 08-06 20:55:20.251 4127 4160 E GeckoConsole: [JavaScript Error: "ReferenceError: ProcessDescriptorActor is not defined"] 08-06 20:55:20.254 4127 4160 I Gecko : console.error: "Error while calling actor 'root's method 'getProcess'" "ProcessDescriptorActor is not defined" 08-06 20:55:20.255 4127 4160 E GeckoConsole: [JavaScript Error: "Error while calling actor 'root's method 'getProcess' ProcessDescriptorActor is not defined"] 08-06 20:55:20.255 4127 4160 I Gecko : console.error: (new ReferenceError("ProcessDescriptorActor is not defined", "resource://devtools/server/actors/root.js", 494)) 08-06 20:55:20.255 4127 4160 E GeckoConsole: [JavaScript Error: "ReferenceError: ProcessDescriptorActor is not defined"] ```