)]}'
{
  "commit": "73ee252245f1d8dec9a4ae0bc7fe2390d58b4fd7",
  "tree": "12d06dbea09b86b26fb381edeb1808a7c137dc76",
  "parents": [
    "fb698490bf066df9d05009097eab5dd9fc5bd8cc"
  ],
  "author": {
    "name": "Henrik Boström",
    "email": "hbos@webrtc.org",
    "time": "Mon Jun 27 08:28:24 2022"
  },
  "committer": {
    "name": "WebRTC LUCI CQ",
    "email": "webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com",
    "time": "Mon Jun 27 09:37:31 2022"
  },
  "message": "Remove excessive log spam from receiver.getParameters().\n\nIt\u0027s normal for a receiver to not be configured to receive, such as when\ncurrentDirection is not (or not yet) \"sendrecv\" or \"recvonly\".\ngetParameters() returning an empty set of encodings is valid and these\nlogs are not very useful. It\u0027s also inconsistent that we only log after\nSLD has happened due to different code paths inside getParameters(),\nrepro: https://jsfiddle.net/henbos/xqksj3wd/.\n\nMost notably we\u0027re calling getParameters() internally from inside of\ngetStats() which can cause excessive log spam. I prefer that we remove\nthese logs rather than avoid calling getParameters() from inside of\ngetStats() on non-receiving receivers since it\u0027s valid to check how many\nencodings exist on a receiver using getParameters(), and whether or not\nthe SSRC has been signaled could in theory affect the number of\nencodings even if we do want to receive. Also an app calling\ngetParameters() on an inactive receiver is valid and should not cause\nlogs.\n\nBug: webrtc:14225\nChange-Id: I4290781d6aed92aa03fe0c662762aa97c99a045c\nReviewed-on: https://webrtc-review.googlesource.com/c/src/+/266960\nCommit-Queue: Erik Språng \u003csprang@webrtc.org\u003e\nAuto-Submit: Henrik Boström \u003chbos@webrtc.org\u003e\nReviewed-by: Erik Språng \u003csprang@webrtc.org\u003e\nCommit-Queue: Henrik Boström \u003chbos@webrtc.org\u003e\nCr-Commit-Position: refs/heads/main@{#37335}\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "561eba6e2572e24d2a6219db227cd3ae5f99e1c1",
      "old_mode": 33188,
      "old_path": "media/engine/webrtc_video_engine.cc",
      "new_id": "818ff240818c346390f272e00eee4acb0ca3272b",
      "new_mode": 33188,
      "new_path": "media/engine/webrtc_video_engine.cc"
    },
    {
      "type": "modify",
      "old_id": "efdb549e708493861451d6f42b0a638348c12187",
      "old_mode": 33188,
      "old_path": "media/engine/webrtc_voice_engine.cc",
      "new_id": "8511b03a9ad54194648c9c1ad438ca89e2d1e745",
      "new_mode": 33188,
      "new_path": "media/engine/webrtc_voice_engine.cc"
    }
  ]
}
