Skip to content

Ability to specify android debug ui not only on OSX #972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 28, 2015

Conversation

Fatme
Copy link
Contributor

@Fatme Fatme commented Sep 28, 2015

Fixes #923

@ns-bot
Copy link

ns-bot commented Sep 28, 2015

Test PASSed.

@@ -170,12 +170,12 @@ class AndroidDebugService implements IDebugService {
}

private openDebuggerClient(url: string): void {
let chrome = this.$hostInfo.isDarwin ? this.$config.ANDROID_DEBUG_UI_MAC : "chrome";
let child = this.$opener.open(url, chrome);
let defaultDebugUI = this.$hostInfo.isDarwin ? "Google Chrome" : "chrome";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some tabs issues here

@rosen-vladimirov
Copy link
Contributor

👍

@Fatme Fatme force-pushed the fatme/android-debug-ui branch from a32bab4 to 49a9003 Compare September 28, 2015 12:38
@ns-bot
Copy link

ns-bot commented Sep 28, 2015

Test PASSed.

Fatme pushed a commit that referenced this pull request Sep 28, 2015
Ability to specify android debug ui not only on OSX
@Fatme Fatme merged commit d4afdb1 into master Sep 28, 2015
@Fatme Fatme deleted the fatme/android-debug-ui branch September 28, 2015 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants