Merge "update_verifier now logs to kmesg" am: f7ad94313d am: 473606847a
am: 8c9c22a3a9
Change-Id: I2e9d3883edb4de803924ff127cf876cc1f6dd485
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