[fuchsia] Log startup & version for all production components
This INFO log occurs once per instance of these components and thus is
not spammy. Especially for Runners and WebEngine, it can be useful to
confirm that there is not a version mismatch when installing a new
version.
This also ensures that the WebEngine version is logged (by web_instance)
in cases where ContextProvider is never used, such as when only using
the runners to create Contexts.
Bug: 1010222
Change-Id: I3dff5d85df40f50d642bb4960cb4e10e0d8a80fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2863254
Reviewed-by: Wez <[email protected]>
Reviewed-by: Daniel Cheng <[email protected]>
Auto-Submit: David Dorwin <[email protected]>
Commit-Queue: Daniel Cheng <[email protected]>
Cr-Commit-Position: refs/heads/master@{#912493}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 3f05d17b..3fdddbfe9 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -2259,8 +2259,8 @@
r"^courgette[\\/]courgette_minimal_tool\.cc$",
r"^courgette[\\/]courgette_tool\.cc$",
r"^extensions[\\/]renderer[\\/]logging_native_handler\.cc$",
+ r"^fuchsia[\\/]base[\\/]init_logging.cc$",
r"^fuchsia[\\/]engine[\\/]browser[\\/]frame_impl.cc$",
- r"^fuchsia[\\/]engine[\\/]context_provider_main.cc$",
r"^fuchsia[\\/]runners[\\/]common[\\/]web_component.cc$",
r"^headless[\\/]app[\\/]headless_shell\.cc$",
r"^ipc[\\/]ipc_logging\.cc$",