Info logs should be loggable by default.
Bug: 6265031 Change-Id: I6f10818c1d28fa71f434d4b372c764d04967d213
This commit is contained in:
@@ -64,7 +64,7 @@ static jboolean isLoggable(const char* tag, jint level) {
|
||||
|
||||
char buf[PROPERTY_VALUE_MAX];
|
||||
if (property_get(key.string(), buf, "") <= 0) {
|
||||
return false;
|
||||
buf[0] = '\0';
|
||||
}
|
||||
|
||||
int logLevel = toLevel(buf);
|
||||
|
||||
Reference in New Issue
Block a user