Merge "[GWP-ASan] Remove log line from init."
This commit is contained in:
commit
679d8e19cf
1 changed files with 3 additions and 1 deletions
|
@ -67,7 +67,9 @@ bool gwp_asan_initialize(const MallocDispatch* dispatch, bool*, const char*) {
|
|||
Opts.InstallForkHandlers = true;
|
||||
|
||||
GuardedAlloc.init(Opts);
|
||||
info_log("GWP-ASan has been enabled.");
|
||||
// TODO(b/149790891): The log line below causes ART tests to fail as they're
|
||||
// not expecting any output. Disable the output for now.
|
||||
// info_log("GWP-ASan has been enabled.");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue