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 usage reporting is disabled (tns usage-reporting disable
) the detailed log of CLI (passed --log trace
to any command) prints messages that information will be send to Google Analytics.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
- CLI: 4.0.0
- Cross-platform modules: Not applicable
- Runtime(s): Not applicable
- Plugin(s): Not applicable
Please tell us how to recreate the issue in as much detail as possible.
- Disable usage reporting:
$ tns usage-reporting disable
. - Execute any command with verbose log, for example:
$ tns prepare android --log trace
. - Investigate the logs - you'll see messages that some data will be send to Google Analytics.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No.
NOTE: The problem is only with the logging information, no data is being set in the mentioned case.