commit | 73c8e25d9f7bc9c071b3c7609b2f2d3f8fdc837d | [log] [tgz] |
---|---|---|
author | Chris Apple <cja-private@pm.me> | Thu Sep 26 10:53:37 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Sep 26 10:59:10 2024 -0700 |
tree | 27b5be3b9b21e195ea582033aa1952576abdf7cf | |
parent | 29ed6a4b417c4d5485beb17eb6811462da855b9b [diff] |
[rtsan] Only print out unique stack traces (#110028) # Why? In real-time programming, you often have a process or dispatch loop that is called many, many, many times. Without de-duplication the user will be drowning in errors. Introduce a way to only print the stacks one time only, if they have been seen before GitOrigin-RevId: f5b95db4c3ea266489a68a7655425b18ce5805f6