Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The LOG initialization code would clear the last error. Use PLOG inst…
…ead. LOG(...) needs to perform log initialization when called for the first time. It may call Windows APIs that clears the last error in which case the message written to the log will contain the wrong last error code. PLOG does the right thing by getting the last error code before initialing the log file. BUG= Review URL: https://codereview.chromium.org/331883009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@280103 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information