forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webview: remove ActualUiThread metric.
Remove the Android.WebView.ActualUiThread metric. The data shows the case where the UI thread decision is deferred is extremely rare, and when it is, it's virtually always ultimately the main looper. There's no need to keep collecting it. Fixed: 1178535 Bug: 1106486 Change-Id: Id71246a80134cb43bcb3797bee1294e05ef4950f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2698988 Reviewed-by: Mark Pearson <[email protected]> Reviewed-by: Anna Malova <[email protected]> Commit-Queue: Richard Coles <[email protected]> Cr-Commit-Position: refs/heads/master@{#855767}
- Loading branch information
Showing
4 changed files
with
6 additions
and
50 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2242,6 +2242,9 @@ reviews. Googlers can read more about this at go/gwsq-gerrit. | |
|
||
<histogram name="Android.WebView.ActualUiThread" | ||
enum="AndroidWebViewActualUiThread" expires_after="2021-03-31"> | ||
<obsolete> | ||
Removed Feb 2021; they virtually always use the main thread. | ||
</obsolete> | ||
<owner>[email protected]</owner> | ||
<owner>src/android_webview/OWNERS</owner> | ||
<summary> | ||
|