Files
UnrealEngineUWP/Engine/Source/Programs/AutomationTool
kevin macaulayvacher bdc5b59de7 Fix two issues in ThreadSanitizerEventMatcher:
- We could match on irrelevant log line and then be forced to return a partial TSAN report depite not finding our report end delimiter
- We could potentially move the LogCursor one more line than available in the buffer if we end parsing on a line that matches our stack trace pattern since we would call MoveNext() on potentially a null line. This would result in exceptions being thrown while generating events.

[CL 33313709 by kevin macaulayvacher in ue5-main branch]
2024-04-29 16:47:38 -04:00
..
2024-04-29 10:46:26 -04:00
2024-04-10 20:21:16 -04:00