| commit | fd1f9d6b3d5495706ea89e24847d9d10add9f73e | [log] [tgz] |
|---|---|---|
| author | Antonio Rivera <antoniori@google.com> | Thu Jun 05 19:45:36 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 05 19:45:36 2025 |
| tree | c8a6f54207b5f6ac829d3b839de372f330bded8e | |
| parent | 9475df04c92b157cfaba0cbd24c489d5429db90c [diff] |
Add logging in chromecast/starboard code. This logging covers two scenarios: 1. When a MIME type is unsupported by starboard, it's helpful to LOG the exact MIME string 2. When something subscribes to or unsubscribes from CastStarboardApiAdapter, it is helpful to log the address. This way,if something isn't unsubscribing we can see which subscribers are remaining (by matching subscribe and unsubscribe calls). So far I have not seen issues with this, but if something doesn't unsubscribe it could cause shutdown delays for the cast runtime. Test: Will cast to a 3P TV. Functionality should not change here, only logging. Bug: None Change-Id: I198b1d2315f50374e9051fd8aed47336fb53f2b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6576704 Commit-Queue: Antonio Rivera <antoniori@google.com> Reviewed-by: Shawn Quereshi <shawnq@google.com> Cr-Commit-Position: refs/heads/main@{#1470139}
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.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.