Open
Bug 1877445
Opened 2 years ago
Updated 2 months ago
Add attribute to moz-device to keep track of android device model
Categories
(Testing :: Mozbase, enhancement, P3)
Testing
Mozbase
Tracking
(Not tracked)
NEW
People
(Reporter: aglavic, Unassigned)
References
Details
(Whiteboard: [fxp][operational])
We've seen a few places in the codebase we are using something like:
self.device.shell_output("getprop ro.product.model")
This bug is to create an attribute to the moz-device to add the device model so we do not need to repeatedly run adb commands
Updated•2 years ago
|
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P3
Updated•2 years ago
|
Component: Performance → Mozbase
Comment 1•2 years ago
|
||
The component has been changed since the backlog priority was decided, so we're resetting it.
For more information, please visit BugBot documentation.
Priority: P3 → --
Updated•3 months ago
|
Priority: -- → P3
Updated•2 months ago
|
Whiteboard: [fxp] → [fxp][operational]
You need to log in
before you can comment on or make changes to this bug.
Description
•