We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba7390 commit 6b53496Copy full SHA for 6b53496
src/PerfView/App.cs
@@ -1318,10 +1318,10 @@ private static string FeedbackDirectory
1318
1319
private static DateTime s_startTime; // used as a unique ID for the launch of the program (for SQM style logging)
1320
internal static bool s_IsUnderTest; // set from tests: indicates we're in a test
1321
+ private static bool? s_InternalUser;
1322
#if !PUBLIC_BUILD
1323
private static DateTime s_ProbedForFeedbackAt;
1324
private static bool? s_CanSendFeedback;
- private static bool? s_InternalUser;
1325
#endif
1326
private static bool WriteFeedbackToLog(string filePath, string message)
1327
{
0 commit comments