-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cros: Fix UMA bug for launcher transitions
Non-fling PEEKING->FULLSCREEN_ALL_APPS was not being recorded in UMA. Also, at the request of PMs, I modified the histogram description for Apps.AppListAppLaunched. [email protected] (cherry picked from commit 1c98086) Bug: 761188 Change-Id: Ia658cac79326678b5e011aca2b1670b6b868e977 Reviewed-on: https://chromium-review.googlesource.com/646762 Commit-Queue: Alex Newcomer <[email protected]> Reviewed-by: Mark Pearson <[email protected]> Reviewed-by: Xiyuan Xia <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#499349} Reviewed-on: https://chromium-review.googlesource.com/655621 Reviewed-by: Alex Newcomer <[email protected]> Cr-Commit-Position: refs/branch-heads/3202@{#66} Cr-Branched-From: fa6a5d8-refs/heads/master@{#499098}
- Loading branch information
Alex Newcomer
committed
Sep 7, 2017
1 parent
3fef18a
commit 7b08318
Showing
4 changed files
with
25 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1642,15 +1642,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | |
<summary>Interactions with the App Launcher promo dialog.</summary> | ||
</histogram> | ||
|
||
<histogram name="Apps.AppListAppLaunched" enum="BooleanEnabled"> | ||
<histogram name="Apps.AppListAppLaunched" enum="SuggestedAppListAppLaunched"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The number of apps launched from the launcher. This is logged each time an | ||
app is launched. The bucket denotes whether the app is suggested. | ||
app is launched. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Apps.AppListAppLaunchedFullscreen" enum="BooleanEnabled"> | ||
<histogram name="Apps.AppListAppLaunchedFullscreen" | ||
enum="SuggestedAppListAppLaunched"> | ||
<owner>[email protected]</owner> | ||
<summary> | ||
The number of apps launched from the fullscreen launcher. This is logged | ||
|
@@ -1710,6 +1711,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | |
</summary> | ||
</histogram> | ||
|
||
<histogram name="Apps.AppListPeekingToFullscreen" | ||
enum="AppListPeekingToFullscreenSource"> | ||
<owner/> | ||
<summary> | ||
Replaced with Apps.AppListPeekingToFullscreenSource on 9/2017. | ||
</summary> | ||
</histogram> | ||
|
||
<histogram name="Apps.AppListPeekingToFullscreenSource" | ||
enum="AppListPeekingToFullscreenSource"> | ||
<owner>[email protected]</owner> | ||
|
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