mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Add OpenGL ES version to device properties.
This commit is contained in:
parent
2dac3d1bbd
commit
2af554e2a3
6 changed files with 25 additions and 0 deletions
|
@ -323,6 +323,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
|
|||
, phone: identity.phone
|
||||
, product: identity.product
|
||||
, cpuPlatform: identity.cpuPlatform
|
||||
, openGLESVersion: identity.openGLESVersion
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue