8233827: Enable screenshots in the enhanced failure handler on Linux/macOS
Reviewed-by: iignatyev
This commit is contained in:
parent
784e575134
commit
5705a55161
@ -68,7 +68,8 @@ environment=\
|
|||||||
memory.vmstat.slabinfo memory.vmstat.disk \
|
memory.vmstat.slabinfo memory.vmstat.disk \
|
||||||
files \
|
files \
|
||||||
locks \
|
locks \
|
||||||
net.sockets net.statistics net.ifconfig
|
net.sockets net.statistics net.ifconfig \
|
||||||
|
screenshot
|
||||||
################################################################################
|
################################################################################
|
||||||
users.current.app=id
|
users.current.app=id
|
||||||
users.current.args=-a
|
users.current.args=-a
|
||||||
@ -109,5 +110,8 @@ net.statistics.app=netstat
|
|||||||
net.statistics.args=-sv
|
net.statistics.args=-sv
|
||||||
net.ifconfig.app=ifconfig
|
net.ifconfig.app=ifconfig
|
||||||
net.ifconfig.args=-a
|
net.ifconfig.args=-a
|
||||||
|
|
||||||
|
screenshot.app=gnome-screenshot
|
||||||
|
screenshot.args= -f screen.png
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
@ -76,7 +76,8 @@ environment=\
|
|||||||
memory.vmstat \
|
memory.vmstat \
|
||||||
files \
|
files \
|
||||||
net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.ifconfig \
|
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.app=id
|
||||||
users.current.args=-a
|
users.current.args=-a
|
||||||
@ -115,4 +116,7 @@ net.ifconfig.args=-a
|
|||||||
scutil.app=scutil
|
scutil.app=scutil
|
||||||
scutil.nwi.args=--nwi
|
scutil.nwi.args=--nwi
|
||||||
scutil.proxy.args=--proxy
|
scutil.proxy.args=--proxy
|
||||||
|
|
||||||
|
screenshot.app=screencapture
|
||||||
|
screenshot.args= -x screen1.png screen2.png screen3.png screen4.png screen5.png
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user