Add is_admin_without_uac to the launcher-process-failure ping

This commit is contained in:
Toshihito Kikuchi 2019-09-03 15:28:42 -07:00 коммит произвёл Anthony Miyaguchi
Родитель 82860cc18c
Коммит 603b5583ed
5 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -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,