Created
December 15, 2015 19:09
-
-
Save jeffgca/ff49b4a4c90f158d93e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cjeff@Armaghast ~/code/jetpack/projects/mobile-batteries-included> ../../jpm-mobile/bin/jpm-mobile -b nightly -v run | |
jpm-mobile run | |
JPM undefined Checking compatability bootstrap.js and install.rdf for xpi | |
Validating the manifest | |
JPM undefined Creating fallbacks if they are necessary.. | |
Creating XPI | |
JPM undefined Creating XPI... | |
JPM undefined .jpmignore does not exist, fallback to use default filter rules | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/doc | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/lib | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/README.md | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/bootstrap.js | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/install.rdf | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/package.json | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/doc/main.md | |
JPM undefined Adding: /Users/jeff/code/jetpack/projects/mobile-batteries-included/lib/main.js | |
JPM undefined XPI created at /Users/jeff/code/jetpack/projects/mobile-batteries-included/[email protected] (64ms) | |
JPM undefined Removing fallbacks if they were necessary.. | |
Created XPI at /Users/jeff/code/jetpack/projects/mobile-batteries-included/[email protected] | |
Successfully created xpi at /Users/jeff/code/jetpack/projects/mobile-batteries-included/[email protected] | |
Killing running Firefox instance ... | |
* daemon not running. starting it now on port 5037 * | |
* daemon started successfully * | |
Making a temporary profile | |
Successfully created a temporary profile at /var/folders/bd/w6sx433d1dx_0n1fqznm543h0000gn/T/57cfec07-3e75-4833-9f8b-9235c5020e44 | |
Adding mobile-utils extension for better output. | |
Removing /mnt/sdcard/jetpack-profile | |
Copying profile from /var/folders/bd/w6sx433d1dx_0n1fqznm543h0000gn/T/57cfec07-3e75-4833-9f8b-9235c5020e44 to /mnt/sdcard/jetpack-profile | |
mkdir /mnt/sdcard/jetpack-profile | |
push /mnt/sdcard/jetpack-profile/user.js | |
1582 KB/s (4145 bytes in 0.002s) | |
mkdir /mnt/sdcard/jetpack-profile/extensions | |
push /mnt/sdcard/jetpack-profile/extensions/[email protected] | |
579 KB/s (1631 bytes in 0.002s) | |
push /mnt/sdcard/jetpack-profile/extensions/[email protected] | |
741 KB/s (1705 bytes in 0.002s) | |
Pushed the addon to your device | |
Running Firefox instance ... | |
Starting Firefox with /mnt/sdcard/jetpack-profile | |
--------- beginning of main | |
Starting: Intent { act=android.activity.MAIN cmp=/mnt/sdcard/jetpack-profile (has extras) }--------- beginning of system | |
Error type 3 | |
Error: Activity class {/mnt/sdcard/jetpack-profile} does not exist. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment