commit | aad32c712ec6860d96c30e152bfcd02e74200b15 | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Fri May 05 09:29:05 2023 +0000 |
committer | Mythri Alle <mythria@google.com> | Sun May 07 06:28:10 2023 +0000 |
tree | 1ed5d9f69020b57c6f6aa6f12e3d69bd1ad81f0c | |
parent | d66a3bb588c21f8a1d13e5c77043f3a62a0d522b [diff] |
Replace \t by a space in method information For streaming parser we replaced \t with a space for better printing of the output. Do the same for non-streaming as well. If we retain \t then the events after stop method tracing that are known to be non-deterministic aren't correctly ignored. Bug: 280962881 Test: art/test.py -t 2246 Change-Id: I4371742613654d8d442f091ccf7c5e1bcd0bb6e1