Add is_admin_without_uac to the launcher-process-failure ping
This commit is contained in:
Родитель
82860cc18c
Коммит
603b5583ed
|
@ -11,6 +11,7 @@ message launcher-process-failure {
|
|||
optional binary os_locale (UTF8);
|
||||
required int64 cpu_arch;
|
||||
required int64 num_logical_cpus;
|
||||
optional boolean is_admin_without_uac;
|
||||
required binary xpcom_abi (UTF8);
|
||||
optional group security {
|
||||
optional group antispyware (LIST) {
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
"pattern": "^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$",
|
||||
"type": "string"
|
||||
},
|
||||
"is_admin_without_uac": {
|
||||
"description": "True if the process was launched with Administrator privileges but without User Account Control (= UAC)",
|
||||
"type": "boolean"
|
||||
},
|
||||
"launcher_error": {
|
||||
"description": "The error that raised the launcher process failure",
|
||||
"properties": {
|
||||
|
|
|
@ -11,6 +11,7 @@ message launcher-process-failure {
|
|||
optional binary os_locale (UTF8);
|
||||
required int64 cpu_arch;
|
||||
required int64 num_logical_cpus;
|
||||
optional boolean is_admin_without_uac;
|
||||
required binary xpcom_abi (UTF8);
|
||||
optional group security {
|
||||
optional group antispyware (LIST) {
|
||||
|
|
|
@ -44,6 +44,10 @@
|
|||
"description": "The number of logical CPUs on the host machine",
|
||||
"type": "integer"
|
||||
},
|
||||
"is_admin_without_uac": {
|
||||
"description": "True if the process was launched with Administrator privileges but without User Account Control (= UAC)",
|
||||
"type": "boolean"
|
||||
},
|
||||
"xpcom_abi": {
|
||||
"description": "This build's XPCOM_ABI string",
|
||||
"type": "string"
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"os_locale": "en-US",
|
||||
"cpu_arch": 9,
|
||||
"num_logical_cpus": 8,
|
||||
"is_admin_without_uac": true,
|
||||
"memory": {
|
||||
"total_phys": 16976711680,
|
||||
"avail_phys": 4024082432,
|
||||
|
|
Загрузка…
Ссылка в новой задаче