summaryrefslogtreecommitdiff
path: root/runtime/hidden_api.h
diff options
context:
space:
mode:
author Martin Stjernholm <mast@google.com> 2025-02-03 11:08:34 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-02-03 11:08:34 -0800
commit9f4ec535db6ef96a03f1b71f7d20ff65b9e1926c (patch)
tree13b6f58ccf40448858e1c7dae575868259000355 /runtime/hidden_api.h
parentf484107910a0f7902e88553a1a8308b7d1510cec (diff)
parent815452ab453fd85df4de43f0e7f74348ae6173c1 (diff)
Update some identifiers since the hiddenapi access messages are no am: 0f64014c85 am: 815452ab45
Original change: https://android-review.googlesource.com/c/platform/art/+/3466707 Change-Id: I1ec10bb2d77fc5bb04ee87dbae7fe12ebbb70171 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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);