Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2763853002: Use Android callback API to obtain cellular signal strength (Closed)
Patch Set: ps Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 9dab252cb5b8ab5b8fb5b5d8f885396e16afd2c8..5bf8eecd4d8cfc3467c6317739b8dafcd71d8b6c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42244,7 +42244,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NQE.CellularSignalStrength.LevelAvailable"
+ enum="BooleanAvailable">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Whether the signal strength for the cellular network was available or not.
+ Recorded right before a connection change event. Recorded only on cellular
+ connections on Android platform.
+ </summary>
+</histogram>
+
+<histogram name="NQE.CellularSignalStrength.LevelDifference"
+ units="Signal Strength Level">
+ <owner>tbansal@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Difference between the minimum and the maximum received signal strength
+ since the last connection change event. Recorded only on cellular
+ connections on Android platform when the cellular signal strength was
+ available. Recorded right before a connection change event.
+ </summary>
+</histogram>
+
<histogram name="NQE.CellularSignalStrengthAvailable" enum="BooleanAvailable">
+ <obsolete>
RyanSturm 2017/03/22 21:51:08 replace by NQE.CellularSignalStrength.LevelAvailab
tbansal1 2017/03/23 18:28:53 Done.
+ Obsoleted in March 2017.
+ </obsolete>
<owner>tbansal@chromium.org</owner>
<owner>bengr@chromium.org</owner>
<summary>
@@ -42255,6 +42281,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="NQE.CellularSignalStrengthDifference" units="dBm">
+ <obsolete>
+ Obsoleted in March 2017.
RyanSturm 2017/03/22 21:51:08 Replaced by NQE.CellularSignalStrength.LevelDiffer
tbansal1 2017/03/23 18:28:53 Done.
+ </obsolete>
<owner>tbansal@chromium.org</owner>
<owner>bengr@chromium.org</owner>
<summary>
« net/nqe/network_quality_estimator.cc ('K') | « net/nqe/network_quality_estimator_params.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698