mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Remove funny unicode strings in comment
This commit is contained in:
parent
2eeb2032fc
commit
7196b527a4
1 changed files with 2 additions and 2 deletions
|
@ -111,8 +111,8 @@ namespace CalculatorApp
|
|||
// Create an instance of TraceLogger
|
||||
TraceLogger();
|
||||
|
||||
// As mentioned in Microsoft’s Privacy Statement(https://privacy.microsoft.com/en-US/privacystatement#maindiagnosticsmodule),
|
||||
// sampling is involved in Microsoft’s diagnostic data collection process.
|
||||
// As mentioned in Microsoft's Privacy Statement(https://privacy.microsoft.com/en-US/privacystatement#maindiagnosticsmodule),
|
||||
// sampling is involved in Microsoft's diagnostic data collection process.
|
||||
// These keywords provide additional input into how frequently an event might be sampled.
|
||||
// The lower the level of the keyword, the higher the possibility that the corresponding event may be sampled.
|
||||
void LogLevel1Event(std::wstring_view eventName, winrt::Windows::Foundation::Diagnostics::LoggingFields fields) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue