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

Issue 628658 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Create mockable version of base::android:BuildInfo

Project Member Reported by liber...@chromium.org, Jul 15 2016

Issue description

BuildInfo gets runtime information directly from android.  to facilitate unit tests, it's helpful if this changes.

BuildInfo can be split into the data container, which can be filled in with arbitrary data for unit tests.  It also can be made not to depend on android at all, which helps us track down hidden dependencies on android in the unit tests (i.e., compile for non-android target).

 
Status: WontFix (was: Started)
not enough benefit for the amount of work it is.

Sign in to add a comment