Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d56feb91 authored by Jeff Brown's avatar Jeff Brown
Browse files

Info logs should be loggable by default.

Bug: 6265031
Change-Id: I6f10818c1d28fa71f434d4b372c764d04967d213
parent e6c966ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);