nativescript-cli
nativescript-cli copied to clipboard
fix(android): logging after app restart
PR Checklist
- [X] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/tools/notes/CONTRIBUTING.md#commit-messages.
- [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
- [X] You have signed the CLA.
- [X] All existing tests are passing: https://github.com/NativeScript/nativescript-cli/blob/master/CONTRIBUTING.md#contribute-to-the-code-base
- [ ] Tests for the changes are included.
What is the current behavior?
-
ns run android - Restart the app
There is no log output to the console after the app restarts because the regex passed to the monitoring stream is incorrect. ( and in any case doesn't match the tighter regex used later)
What is the new behavior?
Console output continues after the app restarts.