Closed Bug 863850 Opened 12 years ago Closed 12 years ago

Should have option to launch application on android even if application already started

Categories

(Testing :: Mozbase, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wlach, Assigned: wlach)

Details

Attachments

(1 file)

To fix bug 860790, we're going to need this ability. Let's at this to mozdevice.
Since we were discussing this on irc a few days ago, figured :bc would be a logical person to review.
Attachment #739770 - Flags: review?(bclary)
Comment on attachment 739770 [details] [diff] [review] Add option to still launch fennec/android apps even if already running Review of attachment 739770 [details] [diff] [review]: ----------------------------------------------------------------- I think I understand the argument parsing. ;-) Interesting. r+ with the indentation nit. ::: mozdevice/mozdevice/dmcli.py @@ +115,1 @@ > 'help': 'launch fennec' indentation.
Attachment #739770 - Flags: review?(bclary) → review+
Comment on attachment 739770 [details] [diff] [review] Add option to still launch fennec/android apps even if already running Review of attachment 739770 [details] [diff] [review]: ----------------------------------------------------------------- I think I understand the argument parsing. ;-) Interesting. r+ with the indentation nit. ::: mozdevice/mozdevice/dmcli.py @@ +110,5 @@ > + { 'name': '--mozenv', 'action': 'store' }, > + { 'name': '--no-fail-if-running', > + 'action': 'store_true', > + 'help': 'Don\'t fail if application is already running' } > + ], the remark about indentation was about this line where ], needs to be indented. @@ +115,1 @@ > 'help': 'launch fennec' indentation.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: