commit | 5c4a58072fad88a2ab89cfe063dd217041491357 | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Fri Mar 17 16:41:34 2017 -0700 |
committer | Dimitry Ivanov <dimitry@google.com> | Mon Mar 20 13:34:52 2017 -0700 |
tree | 814a5452c3dfd0a60ef1f02102461305a9958761 | |
parent | 2a4a5e72f161699be75b247e6fcb3a9ac6d8a852 [diff] [blame] |
Add systrace output for dlopen calls Bug: http://b/27195126 Test: manual: adb shell atrace -t 5 bionic and run bionic-unit-tests --gtest_filter=dl*:Dl* Change-Id: Ib2bad794e571b89bd1f52c9e0de642c2092e5c21
diff --git a/linker/linker_logger.h b/linker/linker_logger.h index 502f872..f37b974 100644 --- a/linker/linker_logger.h +++ b/linker/linker_logger.h
@@ -32,6 +32,7 @@ #include <stdlib.h> #include <limits.h> #include "private/bionic_macros.h" +#include "private/bionic_systrace.h" #define LD_LOG(type, x...) \ { \