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

Issue 754335 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Task

Blocking:
issue 740209



Sign in to add a comment

Code Cleanup: Add "IsUltraLowMemoryDevice" to avoid various 512MB checks

Project Member Reported by ericrk@chromium.org, Aug 10 2017

Issue description

Now that Android O treats 1GB devices as "IsLowMemoryDevice", the code has been sprinkled with additional "Memory() < 512MB" checks to restrict the more aggressive optimizations to 512MB.

We should probably codify this with a new "IsUltraLowMemoryDevice" to avoid duplicating the 512MB value and make code more readable. (or maybe "GetLowMemoryDeviceMode" which returns an enum)
 

Comment 1 by ericrk@chromium.org, Aug 10 2017

Blocking: 740209
Project Member

Comment 2 by sheriffbot@chromium.org, Aug 13

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Type-Bug Type-Task

Sign in to add a comment