Skip to content

chore: Merge release in master #3642

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 8 commits into from
May 29, 2018
Merged

Conversation

rosen-vladimirov
Copy link
Contributor

Merge release in master

rosen-vladimirov and others added 8 commits May 29, 2018 10:01
The console.log from application should be shown in the terminal when `tns debug <platform>` command is executed.
When `tns debug android --start` is used, the console.log messages are not visible as noone has started reading them. Add logic to read and filter them based on the PID of the application.
When `tns debug ios [--start]` is used with older runtime (4.0.1 for example) with iOS Simulator, the device logs are not shown as the filtering is based on the projectName, but noone has set this projectName to the filter. So we filter everything. Fix this by setting the projectName to the filter instance.
Fix the `tns debug ios --justlaunch` and `tns debug ios --start --justlaunch` which are always printing console.logs, while in fact they shouldn't.
fix: Device logs are not properly shown with debug command
Touch app.gradle file only if __PACKAGE__ placeholder exists
In some cases, when iOS device is detached during LiveSync, an error will be shown - `TypeError: Assignment to constant variable`. The issue is in `ios-device-lib`, so update to its latest version, where it is fixed.
Fix tns update command when no platform is added
…ce-lib

fix: TypeError is thrown when iOS device is detached during LiveSync
@rosen-vladimirov rosen-vladimirov self-assigned this May 29, 2018
@rosen-vladimirov rosen-vladimirov merged commit 85d46e2 into master May 29, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-rel-master branch May 29, 2018 18:46
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.

2 participants