blinkosinstaller
Version:
The desktop installer for blinkOS, v1.0.0
36 lines (23 loc) • 1.16 kB
Markdown
<!-- Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
A persistent device list that stores all expected devices between builds. It
is used by non-swarmed bots to detect any missing/extra devices attached to
them.
This will be no longer needed when all bots are switched over to swarming.
The list is usually located at:
- `~/.android/known_devices.json`.
Look at recipes listed below in order to find more up to date location.
The persistent device list is unnecessary for local runs. It is only used on the
bots that upload data to the perf dashboard.
The persistent device list is used in the
[](https://cs.chromium.org/chromium/build/scripts/slave/recipe_modules/chromium_android/api.py?q=known_devices_file)
recipe module, and consumed by the
[](https://cs.chromium.org/chromium/src/third_party/catapult/devil/devil/android/tools/device_status.py?q=\-\-known%5C-devices%5C-file)
script among others.