Commit 5b6d60f8 by Jamie Madill Committed by Commit Bot

Mac: Remove stderr output from lib preload.

This was causing the debug bots to fail. Bug: angleproject:5467 Change-Id: Iea7fe0260e23c1c9770c431d52fea49335b3d0cf Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2593568Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 4798c8cf
...@@ -484,10 +484,6 @@ void InitMetalFileAPIHooking(int argc, char **argv) ...@@ -484,10 +484,6 @@ void InitMetalFileAPIHooking(int argc, char **argv)
exeDir += "/"; exeDir += "/";
} }
# if !defined(NDEBUG)
std::cerr << "Preloading " << exeDir << "libmetal_shader_cache_file_hooking.dylib" << std::endl;
# endif
// Intercept Metal shader cache access and return as if the cache doesn't exist. // Intercept Metal shader cache access and return as if the cache doesn't exist.
// This is to avoid slow shader cache mechanism that caused the test timeout in the past. // This is to avoid slow shader cache mechanism that caused the test timeout in the past.
// In order to do that, we need to hook the file API functions by making sure // In order to do that, we need to hook the file API functions by making sure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment