[Base] Shutdown the logger to prevent truncation of output

This commit is contained in:
DrChat
2018-03-03 19:00:04 -06:00
parent 157c7780af
commit 4fd03e8029
3 changed files with 27 additions and 2 deletions

View File

@@ -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;