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

Commit 3e09cc98 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Info logs should be loggable by default."

parents 6db53c34 d56feb91
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);