Closed
Bug 894706
Opened 11 years ago
Closed 11 years ago
Exception running bootstrap method startup on test-chrome@jetpack: TypeError: ConsoleAPI is not a constructor
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: evold, Unassigned)
References
Details
(jetpack-sdk)EVMBPR:jetpack-sdk erik_vold$ cfx testaddons -a fennec-on-device -b ~/adt/sdk/platform-tools/adb --mobile-app fennec --force-mobile -v
Testing chrome...
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
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) }
--------- beginning of /dev/log/main
--------- beginning of /dev/log/system
Could not read chrome manifest 'file:///data/data/org.mozilla.fennec/chrome.manifest'.
[JavaScript Warning: "WARN addons.xpi: Exception running bootstrap method startup on test-chrome@jetpack: TypeError: ConsoleAPI is not a constructor" {file: "resource://gre/modules/XPIProvider.jsm -> jar:file:///storage/emulated/legacy/jetpack-profile/extensions/test-chrome@jetpack.xpi!/bootstrap.js -> resource://extensions.modules.test-chrome-at-jetpack.commonjs.path/toolkit/loader.js -> resource://extensions.modules.test-chrome-at-jetpack.commonjs.path/sdk/console/plain-text.js" line: 54}]
zerdatime 1374018802003 - browser chrome startup finished.
Remote debugger listening on port 6000
OpenGL LayerManager Initialized Succesfully.
Version: OpenGL ES 2.0 16.05001
Vendor: NVIDIA Corporation
Renderer: NVIDIA Tegra 3
FBO Texture Target: TEXTURE_2D
Reporter | ||
Comment 1•11 years ago
|
||
I'm guessing this is because of the change in bug 850296
Flags: needinfo?(jsantell)
Reporter | ||
Comment 2•11 years ago
|
||
I was using an old Nightly, a very old Nightly, this actually works, my bad.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Flags: needinfo?(jsantell)
You need to log in
before you can comment on or make changes to this bug.
Description
•