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

Commit 03325fb8 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "libmodprobe: remove SetMinimumLogSeverity() from constructor"

parents fe8dec04 3085d957
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -336,7 +336,6 @@ Modprobe::Modprobe(const std::vector<std::string>& base_paths, const std::string
    }

    ParseKernelCmdlineOptions();
    android::base::SetMinimumLogSeverity(android::base::INFO);
}

void Modprobe::EnableBlocklist(bool enable) {