New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 607144 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Left Chrome team
Closed: Apr 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

MemoryAndroid.LowRamDevice UMA description is incorrect

Project Member Reported by petrcermak@chromium.org, Apr 27 2016

Issue description

Current (incorrect) description:
"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()."

Correct description:
"... by Android devices. A device is considered low-RAM if it has strictly less than 512 MiB RAM (see SysUtils.detectLowEndDevice())."

Histogram: https://code.google.com/p/chromium/codesearch#chromium/src/tools/metrics/histograms/histograms.xml&l=22611
The code that determines whether a device is low ram: https://code.google.com/p/chromium/codesearch#chromium/src/base/android/java/src/org/chromium/base/SysUtils.java&l=102
We've ignored ActivityManager.isLowRamDevice() since: https://codereview.chromium.org/1524433002
 
Status: Started (was: Untriaged)
Project Member

Comment 2 by bugdroid1@chromium.org, Apr 28 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/bd82df5550b2d9ca0b11f565c6bec429249a6983

commit bd82df5550b2d9ca0b11f565c6bec429249a6983
Author: mariakhomenko <mariakhomenko@chromium.org>
Date: Thu Apr 28 21:47:07 2016

Fix histogram description.

BUG= 607144 

Review-Url: https://codereview.chromium.org/1918143006
Cr-Commit-Position: refs/heads/master@{#390495}

[modify] https://crrev.com/bd82df5550b2d9ca0b11f565c6bec429249a6983/tools/metrics/histograms/histograms.xml

Status: Fixed (was: Started)

Sign in to add a comment