From 0f64014c8516e163e44c07f87a462d2f3ca7c142 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 28 Jan 2025 18:46:08 +0000 Subject: Update some identifiers since the hiddenapi access messages are no longer necessarily logged as warnings. Test: m Bug: 377676642 Change-Id: Id6297ba2288849158cd7b944f481bec65ed3d814 --- runtime/hidden_api.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'runtime/hidden_api.h') 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& 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); -- cgit v1.2.3-59-g8ed1b