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

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

Issue 2763853002: Use Android callback API to obtain cellular signal strength (Closed)
Patch Set: comments Created 3 years, 6 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
« no previous file with comments | « net/nqe/observation_buffer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e8474f2ae820ef9254d8ced010f9822e65b3c0ec..03e6ae56a6b5f346c31483f5656cb9665795b553 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -45950,7 +45950,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>
+ Replaced by NQE.CellularSignalStrength.LevelAvailable in June 2017.
+ </obsolete>
<owner>tbansal@chromium.org</owner>
<owner>bengr@chromium.org</owner>
<summary>
@@ -45961,6 +45987,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="NQE.CellularSignalStrengthDifference" units="dBm">
+ <obsolete>
+ Replaced by NQE.CellularSignalStrength.LevelDifference in June 2017.
+ </obsolete>
<owner>tbansal@chromium.org</owner>
<owner>bengr@chromium.org</owner>
<summary>
« no previous file with comments | « net/nqe/observation_buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698