Merge "libmodprobe: remove SetMinimumLogSeverity() from constructor" am: 03325fb854

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

Change-Id: Ifed528d6dfaaebe116b6b0714a77def969b76a27
This commit is contained in:
Tom Cherry 2020-08-04 21:57:12 +00:00 committed by Automerger Merge Worker
commit daa14e59cd

View file

@ -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) {