8233827: Enable screenshots in the enhanced failure handler on Linux/macOS

Reviewed-by: iignatyev
This commit is contained in:
Sergey Bylokhov 2020-02-13 13:23:31 -08:00
parent 784e575134
commit 5705a55161
2 changed files with 10 additions and 2 deletions

View File

@ -68,7 +68,8 @@ environment=\
memory.vmstat.slabinfo memory.vmstat.disk \
files \
locks \
net.sockets net.statistics net.ifconfig
net.sockets net.statistics net.ifconfig \
screenshot
################################################################################
users.current.app=id
users.current.args=-a
@ -109,5 +110,8 @@ net.statistics.app=netstat
net.statistics.args=-sv
net.ifconfig.app=ifconfig
net.ifconfig.args=-a
screenshot.app=gnome-screenshot
screenshot.args= -f screen.png
################################################################################

View File

@ -76,7 +76,8 @@ environment=\
memory.vmstat \
files \
net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.ifconfig \
scutil.nwi scutil.proxy
scutil.nwi scutil.proxy \
screenshot
################################################################################
users.current.app=id
users.current.args=-a
@ -115,4 +116,7 @@ net.ifconfig.args=-a
scutil.app=scutil
scutil.nwi.args=--nwi
scutil.proxy.args=--proxy
screenshot.app=screencapture
screenshot.args= -x screen1.png screen2.png screen3.png screen4.png screen5.png
################################################################################