-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Since updating to VS 15.6.x we have noticed that the log output being emitted by this file is too verbose. It is using TraceLevel.Info for what should surely be Debug or something similar.
Alas we are seeing this noise in our build logs:
Key HKCU\SOFTWARE\Xamarin\VisualStudio\15.0_f147ecf6\Android\AndroidSdkDirectory found:
Path contains adb in \platform-tools (C:\Users\nbevans\AppData\Local\Android\android-sdk).
Key HKCU\SOFTWARE\Xamarin\VisualStudio\15.0_f147ecf6\Android\AndroidNdkDirectory not found.
Key HKCU\SOFTWARE\Xamarin\VisualStudio\15.0_f147ecf6\Android\JavaSdkDirectory found:
Path contains jarsigner.exe in \bin (C:\Program Files\Java\jdk1.8.0_131).
Looking for Android NDK...
Key HKCU\SOFTWARE\Xamarin\VisualStudio\15.0_f147ecf6\Android\AndroidNdkDirectory not found.
Key HKLM\SOFTWARE\Xamarin\VisualStudio\15.0_f147ecf6\Android\AndroidNdkDirectory not found.
The build completes successfully so all these "not found" etc warnings seem superfluous.
Metadata
Metadata
Assignees
Labels
No labels