зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1007836 - Send 'tablet' flag with TelemetryPing info r=rnewman
This commit is contained in:
Родитель
eff987d335
Коммит
246bc581ee
|
@ -471,7 +471,7 @@ let Impl = {
|
|||
// sysinfo fields are not always available, get what we can.
|
||||
let sysInfo = Cc["@mozilla.org/system-info;1"].getService(Ci.nsIPropertyBag2);
|
||||
let fields = ["cpucount", "memsize", "arch", "version", "kernel_version",
|
||||
"device", "manufacturer", "hardware",
|
||||
"device", "manufacturer", "hardware", "tablet",
|
||||
"hasMMX", "hasSSE", "hasSSE2", "hasSSE3",
|
||||
"hasSSSE3", "hasSSE4A", "hasSSE4_1", "hasSSE4_2",
|
||||
"hasEDSP", "hasARMv6", "hasARMv7", "hasNEON", "isWow64",
|
||||
|
|
Загрузка…
Ссылка в новой задаче