1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +02:00

Add OpenGL ES version to device properties.

This commit is contained in:
Karol Wrótniak 2017-12-18 03:18:19 +01:00
parent 2dac3d1bbd
commit 2af554e2a3
No known key found for this signature in database
GPG key ID: DE1EED7FE32385FE
6 changed files with 25 additions and 0 deletions

View file

@ -323,6 +323,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
, phone: identity.phone
, product: identity.product
, cpuPlatform: identity.cpuPlatform
, openGLESVersion: identity.openGLESVersion
}))
}