8202581: failure_handler: gather more environment information on macOS
Reviewed-by: psandoz
This commit is contained in:
parent
7166041796
commit
2dd9adbf24
@ -76,7 +76,9 @@ environment=\
|
||||
system.dmesg system.sysctl \
|
||||
process.ps process.top \
|
||||
memory.vmstat \
|
||||
netstat.av netstat.aL netstat.m netstat.s
|
||||
netstat.av netstat.aL netstat.m netstat.s \
|
||||
ifconfig \
|
||||
scutil.nwi scutil.proxy
|
||||
################################################################################
|
||||
users.current.app=id
|
||||
users.current.args=-a
|
||||
@ -107,4 +109,11 @@ netstat.av.args=-av
|
||||
netstat.aL.args=-aL
|
||||
netstat.m.args=-m
|
||||
netstat.s.args=-s
|
||||
|
||||
ifconfig.app=ifconfig
|
||||
ifconfig.args=-a
|
||||
|
||||
scutil.app=scutil
|
||||
scutil.nwi.args=--nwi
|
||||
scutil.proxy.args=--proxy
|
||||
################################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user