New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 802199 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

MemoryWarning.OccurredDuringCardStackSession not defined in histograms.xml

Project Member Reported by sdefresne@chromium.org, Jan 16 2018

Issue description

The following UMA histogram has no definition in either the public histograms.xml file (tools/metrics/histograms/histograms.xml) or the private one:

MemoryWarning.OccurredDuringCardStackSession

The histogram thus cannot be seen on UMA using the histogram name, but are still visible using the correct hash. The histograms needs to be declared in tools/metrics/histograms/histograms.xml.

If the histogram is unused (likely since it is not declared), then the code to log the histogram should be removed, but the declaration in histograms.xml should be kept (see rationale in https://chromium.googlesource.com/chromium/src/+/master/tools/metrics/histograms/README.md#Deleting-Histograms).

Histograms is used from ios/chrome/browser/ui/stack_view/stack_view_controller.mm, kkhorimoto@ as OWNERS can you take a look.

 
Components: Internals>Metrics>UMA

Sign in to add a comment