Closed
Bug 1001654
Opened 11 years ago
Closed 7 years ago
DeviceManagerADB _verifyDevice fails for device qualifiers
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1440714
People
(Reporter: Harald, Assigned: gbrown)
Details
When called with a device qualifier (like usb:1D234567) instead of a device serial the check fails.
Qualifiers are returned for `adb devices -l` and allow to differ devices with the same serial number (like full_keon).
ADB commands that run against a specific device use the -s option, which allows a serial but also a qualifier.
This blocks running https://github.com/malini/marketplace_tests with multiple devices connected to one machine.
Assignee | ||
Comment 1•7 years ago
|
||
devicemanager has been replaced.
Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•