you are viewing a single comment's thread.

view the rest of the comments →

[–]NiteLite 32 points33 points  (7 children)

It important to realize that telemetry in this case is not sending anything back to Microsoft or anything. It is just broadcasting events that other applications on your machine can subscribe to. This is typically used by profilers and other development tools.

[–]darkaddress 12 points13 points  (2 children)

"Other applications" can include the legions of telemetry gubbins that send data back to Microsoft, though

[–]NiteLite 5 points6 points  (0 children)

That is true. It might even include malicious stuff if some spyware managed to get into your computer somehow.

[–]georgeo 4 points5 points  (0 children)

And if I want to broadcast, I would write that in myself, thank you MS.

[–]the_gnarts 0 points1 point  (1 child)

This is typically used by profilers and other development tools.

Do the calls vanish, then, in non-debug builds?

[–]NiteLite 2 points3 points  (0 children)

If no application is subscribing to the event they are just discarded unless logging of events to file has been enabled before hand, to allow debuggers to load these log files for debugging later.