| 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>
|
|
|
|
|