summaryrefslogtreecommitdiff
path: root/runtime/hidden_api.h
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-02-03 16:01:32 -0800
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2025-02-03 16:01:32 -0800
commit52c3beb9f7dd2ed7a33c4b3cdbfa21bc5a49eb11 (patch)
tree13b6f58ccf40448858e1c7dae575868259000355 /runtime/hidden_api.h
parent71217b9c85ff9abd39b61b105ef2bcecdf1a1308 (diff)
parent9f4ec535db6ef96a03f1b71f7d20ff65b9e1926c (diff)
Snap for 13003345 from 9f4ec535db6ef96a03f1b71f7d20ff65b9e1926c to 25Q2-release
Change-Id: I6dbc1981dedb65426e552f2ce7eda62f00e507fb
Diffstat (limited to 'runtime/hidden_api.h')
-rw-r--r--runtime/hidden_api.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/runtime/hidden_api.h b/runtime/hidden_api.h
index 2480e21e50..d2a6cdcbd3 100644
--- a/runtime/hidden_api.h
+++ b/runtime/hidden_api.h
@@ -215,13 +215,13 @@ class MemberSignature {
bool DoesPrefixMatchAny(const std::vector<std::string>& exemptions);
- void WarnAboutAccess(AccessMethod access_method,
- ApiList list,
- bool access_denied,
- uint32_t runtime_flags,
- const AccessContext& caller_context,
- const AccessContext& callee_context,
- EnforcementPolicy policy) REQUIRES_SHARED(Locks::mutator_lock_);
+ void LogAccessToLogcat(AccessMethod access_method,
+ ApiList list,
+ bool access_denied,
+ uint32_t runtime_flags,
+ const AccessContext& caller_context,
+ const AccessContext& callee_context,
+ EnforcementPolicy policy) REQUIRES_SHARED(Locks::mutator_lock_);
void LogAccessToEventLog(uint32_t sampled_value, AccessMethod access_method, bool access_denied);