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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1918143006: Fix histogram description. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update description Created 4 years, 7 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 | « no previous file | 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 34e02a3ff0a02d44f7eb9fdce70700eb3fbfc5fb..630a15af226491b0cc63401ed9a6a738c5f32d1e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22593,9 +22593,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="MemoryAndroid.LowRamDevice" enum="Boolean">
<owner>mariakhomenko@chromium.org</owner>
<summary>
- Whether the OS is running in low_ram mode. This histogram is reported on
- every upload by Android devices. The low_ram status is configured by the OS
- and reported via ActivityManager.isLowRamDevice().
+ Whether Chrome is running in low ram mode. This histogram is reported on
+ every upload by Android devices. A device is considered low-RAM if it has
+ 512MiB of RAM or lower (see SysUtils.detectLowEndDevice()).
+
+ Note: The low-RAM determination has changed in M-49, it used to be given
+ directly by the Android OS.
</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698