| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index f61d8d4e2475331c06f75e20c6da0c5537a902f7..1b82d249f9b458f48a524154f924098e0d53aa60 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -432,6 +432,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="ActivityTracker.CollectCrash.OpenForDeleteSuccess"
|
| + enum="BooleanSuccess">
|
| + <owner>manzagop@chromium.org</owner>
|
| + <summary>
|
| + Success of the attempt to open the debug file for deletion. Logged each time
|
| + a debug file is opened for deletion during collection from the crash
|
| + handler.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="ActivityTracker.CollectCrash.Status"
|
| + enum="ActivityTrackerCollectStatus">
|
| + <owner>manzagop@chromium.org</owner>
|
| + <summary>
|
| + Status for the collection of a stability debug file. Logged each time a
|
| + debug file collection attempt is made from the crash handler.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="ActivityTracker.Record.InitStatus"
|
| enum="ActivityTrackerRecordInitStatus">
|
| <owner>manzagop@chromium.org</owner>
|
|
|