commit | 8b318d0c26c89acd7c716fb571bfd08d4393d12f | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Apr 19 14:55:19 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Apr 19 14:55:20 2017 +0000 |
tree | 0bc2b4b234249f2d3c9513c9ec3607638c55e737 | |
parent | 0ca7eec9b0bbb1c636eb0278ff695e93450fd7d8 [diff] | |
parent | 9fcaaba85ddee7ca181901b7409ef3eb2962a7d8 [diff] |
Merge "liblog: __android_logger_property_bool svelte+eng default"
diff --git a/liblog/properties.c b/liblog/properties.c index c71cbcf..11be827 100644 --- a/liblog/properties.c +++ b/liblog/properties.c
@@ -459,6 +459,9 @@ if (check_flag(property.property, "false")) { return false; } + if (property.property[0]) { + flag &= ~(BOOL_DEFAULT_FLAG_ENG | BOOL_DEFAULT_FLAG_SVELTE); + } if (check_flag(property.property, "eng")) { flag |= BOOL_DEFAULT_FLAG_ENG; }