Merge "update_verifier now logs to kmesg" am: f7ad94313d
am: 473606847a
Change-Id: I90f254955823bc815d96bf94ae1b2f37c2b0a44a
This commit is contained in:
@@ -16,8 +16,14 @@
|
||||
|
||||
// See the comments in update_verifier.cpp.
|
||||
|
||||
#include <android-base/logging.h>
|
||||
|
||||
#include "update_verifier/update_verifier.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
// Set up update_verifier logging to be written to kmsg; because we may not have Logd during
|
||||
// boot time.
|
||||
android::base::InitLogging(argv, &android::base::KernelLogger);
|
||||
|
||||
return update_verifier(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user