You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently made a change to suppress debug logging only to print logs in Debug build. The logging was suppressed in Release build for performance reasons. This change affected NSLog as well, sorry about that. We will fix this and enable debug logging for Release build as well. As a workaround, you can use the Debug build SDK to get the debug logs from NSLog.
Previously, NSLog was piped to the ETL tracing APIs, which do not print to
the debug output in Release mode for performance.
Make an exception for NSLog so app developers can make use of the debug
output in Release mode.
This will be followed by VSO 6240544 to scrub SDK uses of NSLog in favor
of the raw ETL logging APIs.
VSO 6168871
Fixes#307
Using NSLog() will no longer print to the Visual Studio "Output" window. This works fine with the previous release from December 22, 2015.
The text was updated successfully, but these errors were encountered: