diff options
| -rw-r--r-- | tools/veridex/veridex.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/veridex/veridex.cc b/tools/veridex/veridex.cc index 96100b20d4..46ab8aa0e3 100644 --- a/tools/veridex/veridex.cc +++ b/tools/veridex/veridex.cc @@ -126,6 +126,7 @@ class Veridex { static int Run(int argc, char** argv) { VeridexOptions options; ParseArgs(&options, argc, argv); + android::base::InitLogging(argv); if (!options.dex_file) { LOG(ERROR) << "Required argument '" << kDexFileOption << "' not provided."; |