forked from mirror/chromium
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Histogram for WebRTC text log upload failure reason.
This histogram is for all web apps in contrast with the other WebRTC text logging histograms. Bug: 915679 Change-Id: I7f90cc6438db9a9e25f5c64e60ce9a4d4cf0f7a1 Reviewed-on: https://chromium-review.googlesource.com/c/1379957 Reviewed-by: Brian White <[email protected]> Reviewed-by: Tommi <[email protected]> Reviewed-by: Oskar Sundbom <[email protected]> Commit-Queue: Henrik Grunell <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#618221}(cherry picked from commit 019922b) Reviewed-on: https://chromium-review.googlesource.com/c/1388442 Reviewed-by: Henrik Grunell <[email protected]> Cr-Commit-Position: refs/branch-heads/3626@{#498} Cr-Branched-From: d897fb1-refs/heads/master@{#612437}
- Loading branch information
Henrik Grunell
committed
Dec 21, 2018
1 parent
58e7b7e
commit bd69979
Showing
5 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126349,14 +126349,23 @@ uploading your change for review. | |
</histogram> | ||
|
||
<histogram base="true" name="WebRtcTextLogging" | ||
enum="WebRtcLoggingWebAppIdHash"> | ||
enum="WebRtcLoggingWebAppIdHash" expires_after="2019-07-01"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Counts the number of WebRTC text log events per web application. Suffixed by | ||
event. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="WebRtcTextLogging.UploadFailureReason" | ||
enum="WebRtcLoggingUploadFailureReason" expires_after="2019-07-01"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
Counts upload failures for WebRTC text log. Recorded when an upload attempt | ||
fails. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="WebShare.ApiCount" enum="WebShareMethod"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
|