[Base] Shutdown the logger to prevent truncation of output
This commit is contained in:
@@ -104,6 +104,7 @@ int Main() {
|
||||
// Call app-provided entry point.
|
||||
int result = entry_info.entry_point(args);
|
||||
|
||||
xe::ShutdownLogging();
|
||||
google::ShutDownCommandLineFlags();
|
||||
LocalFree(argv);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user