Skip to content

Android debugger unixsockets #1227

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

Closed
wants to merge 2 commits into from
Closed

Conversation

blagoev
Copy link
Contributor

@blagoev blagoev commented Nov 20, 2015

This pull request is releated to the changes here #273. A help is needed to merge this into master and then investigate what issues there might be in app builder CLI.

The long story short. The android debugger now uses named sockets instead of ports hence the code rewrite in adndroid-debug-service to accommodate for that.
Contact me directly in order to merge this successfully into the respected main branches.

@ns-bot
Copy link

ns-bot commented Nov 20, 2015

Test FAILed.

});

server.on('error', function (err: any) {
future.return(false);
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe future.throw?

@blagoev
Copy link
Contributor Author

blagoev commented Nov 23, 2015

@Fatme : Please fix all in place. This commit should be regarded as a reference for the necessary fixes that correspond to the related one in the engine.

@Fatme Fatme added this to the 1.6.0 (Under consideration) milestone Nov 27, 2015
blagoev added a commit to NativeScript/android that referenced this pull request Dec 20, 2015
Fixes:

refactored and fixed debugger for issue (issue #112) …
fix debugger reattach (issue #266)
fix debugger disconnect when client disconnects (issue #270)

and fix for sdcard permission issues

the original pull was here #273

the corresponding CLI changes are here NativeScript/nativescript-cli#1227
blagoev added a commit to NativeScript/android that referenced this pull request Jan 6, 2016
Fixes:

refactored and fixed debugger for issue (issue #112) …
fix debugger reattach (issue #266)
fix debugger disconnect when client disconnects (issue #270)

and fix for sdcard permission issues

the original pull was here #273

the corresponding CLI changes are here NativeScript/nativescript-cli#1227
@teobugslayer
Copy link
Contributor

reimplemented in #1373

@teobugslayer teobugslayer deleted the android-debugger-unixsockets branch February 11, 2016 07:30
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.

4 participants