commit | addcfd841c0a55f2bb1ffe79a17244a270503893 | [log] [tgz] |
---|---|---|
author | Joe Downing <[email protected]> | Tue Nov 17 19:54:33 2020 |
committer | Commit Bot <[email protected]> | Tue Nov 17 19:54:33 2020 |
tree | 4173c4d2469e19a5795a2c34b2a302b5e47bd597 | |
parent | 9b3afa249795df46c7caf11f9c5982d356db4179 [diff] |
Move shared Windows Event Logging logic into a shared location After I finish the ETW event logging impl, the host will log to the Windows event log from two locations (one for general host status changes and the other for logging events). The code used to register/deregister/trace is the same so I've refactored it into a common class that can be used by both loggers. Change-Id: Id61afc67ab528a59d63d98d1c4e82a14fdc3b6bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544075 Commit-Queue: Joe Downing <[email protected]> Reviewed-by: Jamie Walch <[email protected]> Cr-Commit-Position: refs/heads/master@{#828321}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.