Merge "Match 'Access denied finding property' log severity to SELinux" am: 87a205eefa
Original change: https://android-review.googlesource.com/c/platform/bionic/+/1662899 Change-Id: Icc3be003904678482aa487b818071c5c413c0d99
This commit is contained in:
commit
17d017b676
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ const prop_info* SystemProperties::Find(const char* name) {
|
|||
|
||||
prop_area* pa = contexts_->GetPropAreaForName(name);
|
||||
if (!pa) {
|
||||
async_safe_format_log(ANDROID_LOG_ERROR, "libc", "Access denied finding property \"%s\"", name);
|
||||
async_safe_format_log(ANDROID_LOG_WARN, "libc", "Access denied finding property \"%s\"", name);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue