Merge "liblog: __android_logger_property_bool svelte+eng default"
This commit is contained in:
commit
8b318d0c26
1 changed files with 3 additions and 0 deletions
|
|
@ -459,6 +459,9 @@ LIBLOG_ABI_PRIVATE bool __android_logger_property_get_bool(const char* key,
|
||||||
if (check_flag(property.property, "false")) {
|
if (check_flag(property.property, "false")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (property.property[0]) {
|
||||||
|
flag &= ~(BOOL_DEFAULT_FLAG_ENG | BOOL_DEFAULT_FLAG_SVELTE);
|
||||||
|
}
|
||||||
if (check_flag(property.property, "eng")) {
|
if (check_flag(property.property, "eng")) {
|
||||||
flag |= BOOL_DEFAULT_FLAG_ENG;
|
flag |= BOOL_DEFAULT_FLAG_ENG;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue