GitHub user riknoll opened a pull request:
https://github.com/apache/cordova-medic/pull/83
CB-10671 and CB-10699: Android Windows CI fixes for logging and run
This addresses two JIRAs:
[CB-10671](https://issues.apache.org/jira/browse/CB-10671) and
[CB-10699](https://issues.apache.org/jira/browse/CB-10699). I am submitting
this as one PR rather than two because CB-10699 was somewhat blocked on
CB-10671.
The CB-10671 fix adds the command `adb kill-server` to medic-kill for
Android so as to clear out all of the mysterious "host" emulators that have
been cropping up and causing medic-log to fail. Not sure what is causing those
entries to appear (and only on Windows), but this seems to get rid of them
The CB-10699 fix tries to uninstall mobilespec before using `cordova run`
because the command that `cordova run` uses to install the app sometimes fails
if the app will not uninstall. That causes the run step to fail (and every run
step thereafter until someone uninstalls the app).
@sarangan12 @dblotsky please review.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/MSOpenTech/cordova-medic CB-10699
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-medic/pull/83.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #83
----
commit e583d860204fe02f633fcbfde6e5be2f29cc2e55
Author: riknoll <[email protected]>
Date: 2016-02-25T19:17:52Z
CB-10671: Killing adb server as part of Android medic-kill step
commit cea6c852e39766aa54032e75879b50912f1541ba
Author: riknoll <[email protected]>
Date: 2016-02-25T19:18:43Z
CB-10699: Attempt to uninstall mobilespec on Android emulator before run
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]