diff options
author | 2024-01-24 16:27:53 +0000 | |
---|---|---|
committer | 2024-01-25 14:40:53 +0000 | |
commit | 6f30991b16d1dcd386b6073a41a314a0120c7f48 (patch) | |
tree | 04635126bb591100e842d8b0ddd93a2b78458459 /runtime/monitor_linux.cc | |
parent | f07ec3262629d15088c29e8182fd614a04f8afd3 (diff) |
Add visibility attributes in runtime/m*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: Ice9204277b257c6e3c25adb690bddfd834d24689
Diffstat (limited to 'runtime/monitor_linux.cc')
-rw-r--r-- | runtime/monitor_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monitor_linux.cc b/runtime/monitor_linux.cc index 667866149b..f711e960a8 100644 --- a/runtime/monitor_linux.cc +++ b/runtime/monitor_linux.cc @@ -16,7 +16,7 @@ #include "monitor.h" -namespace art { +namespace art HIDDEN { void Monitor::LogContentionEvent(Thread*, uint32_t, uint32_t, ArtMethod*, uint32_t) { } |