commit | e967d4869827d2682e7963d373004676667a994b | [log] [tgz] |
---|---|---|
author | Lloyd Pique <lpique@google.com> | Fri Aug 31 11:04:49 2018 -0700 |
committer | Lloyd Pique <lpique@google.com> | Mon Sep 10 10:15:58 2018 -0700 |
tree | e13540f966da010557455e30b1bcdb6a035861f8 | |
parent | 2a268cf24096388d950da8809a6d9258f3dbfd06 [diff] |
SF: Enable address sanitizer for the unittest Not only will it catch issues in the code covered by the test, but it will also catch issues in how the test injects fakes and similar objects into the code under test. In terms of runtime costs, it makes the tests about 2x slower, so now it takes 200ms to run instead of 100ms. Bug: None Test: atest libsurfaceflinger_unittest Change-Id: I8de3e65c4e7e16cef9f03ed0ba038216971b957d