Info logs should be loggable by default.

Bug: 6265031
Change-Id: I6f10818c1d28fa71f434d4b372c764d04967d213
This commit is contained in:
Jeff Brown
2012-04-02 10:53:17 -07:00
parent e6c966caa3
commit d56feb91b4

View File

@@ -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);