Closed
Description
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
When the tns debug android --start
command is used, the console.logs from my application are not visible in the terminal.
Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
- CLI: 4.0.2
- Cross-platform modules: Not applicable
- Runtime(s): 4.0.1
- Plugin(s): Not applicable
Please tell us how to recreate the issue in as much detail as possible.
Add console.log in an app, run it on device and after that use tns debug android --start
command.