commit | a2b5dcdc21fe6252823c9225aba564e7625ea273 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Thu Apr 21 21:31:49 2022 +0000 |
committer | Siarhei Vishniakou <svv@google.com> | Fri Apr 22 16:38:04 2022 +0000 |
tree | 01eb542b0ef891ce2294e79047b2eb9c859edfa6 | |
parent | 5514be66be912d83307405a3bb7f26e80eb84f9b [diff] |
Disable diag in libinput The diag for integer sanitizer was originally added to help debug some of the sanitizer errors (incorrectly using size_t instead of ssize_t did cause a crash, but it took a long time to understand what the issue is because the stack wasnt working well). To reduce the memory usage by some vendor processes, disable diag for integer sanitizer. Bug: 228251032 Change-Id: I5d394f9674b49104c22510e136eebbe45e5f0018 Test: adb shell showmap \`pidof system_server\`