commit | c57d6682091bf46ce3bf3d846fbb260b690d0767 | [log] [tgz] |
---|---|---|
author | Mitch Phillips <mitchp@google.com> | Mon Nov 18 15:17:18 2019 -0800 |
committer | Mitch Phillips <mitchp@google.com> | Tue Nov 19 09:49:05 2019 -0800 |
tree | 869da0e4fbfe5737b689fed51b03fcc1ca8fda1f | |
parent | 84b4fa792e8716036a495d1d4d4474f29e710ac0 [diff] |
Add variadic logging to libdebuggerd internal. GWP-ASan's crash information retrieval services requires a Printf() function (declared by the system/implementing allocator). In this instance, because _LOG is called with additional arguments (the log_t), this function must be wrapped to conform to printf_t defined by GWP-ASan. We can easily wrap the variadic version. Bug: 135634846 Test: atest debuggerd_test Change-Id: I17209cd2b7455ce889e2f8194969f606cac329eb