mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 06:53:20 +02:00
Add market name to device properties.
This commit is contained in:
@@ -324,6 +324,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
|
||||
, product: identity.product
|
||||
, cpuPlatform: identity.cpuPlatform
|
||||
, openGLESVersion: identity.openGLESVersion
|
||||
, marketName: identity.marketName
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user