Merge "libmodprobe: remove SetMinimumLogSeverity() from constructor"

This commit is contained in:
Tom Cherry 2020-08-04 21:30:09 +00:00 committed by Gerrit Code Review
commit 03325fb854

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