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

Commit 5d2ab2a6 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 8eef093c: Merge "libstagefright: Use LOG_BASIC when use chromium http stack"

* commit '8eef093c':
  libstagefright: Use LOG_BASIC when use chromium http stack
parents 06197925 8eef093c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ uint32 SfNetLog::NextID() {
}

net::NetLog::LogLevel SfNetLog::GetLogLevel() const {
    return LOG_ALL;
    return LOG_BASIC;
}

////////////////////////////////////////////////////////////////////////////////