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

Commit 37936932 authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "libmodprobe: remove SetMinimumLogSeverity() from constructor" am:...

Merge "libmodprobe: remove SetMinimumLogSeverity() from constructor" am: 03325fb8 am: daa14e59 am: 3b7f554c

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1387857

Change-Id: I2cf894f9f71ed6caa383c71f4d9115d838d8af35
parents bd246dfd 3b7f554c
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) {