Files
vendor_xiaomi_garnet/proprietary/vendor/etc/qguard.json
T
AdarshGrewal 3e85cf266b garnet: Initial import
Change-Id: Ib229a3a4d2f8a1e602085fad2b6a757f994cdd99
2025-12-24 20:06:53 +05:30

63 lines
1.5 KiB
JSON

{
"Config": {
"switches": {
"main": false,
"debug": true
},
"scan": {
"timeout_second": 120,
"timeout_min_second": 30,
"interval_min_second": 1,
"log_timeout_second": 10,
"round": 4
},
"policy": "default",
"monitor_process": {
"enable": true,
"list": [
{
"process": "system_server",
"thread": [
"watchdog"
]
},
{
"process": "surfaceflinger",
"thread": []
},
{
"process": "vold",
"thread": []
}
]
},
"monitor_binder": {
"enable": false,
"monitor_uids": [
1000
],
"wchans": [
"wait_on_page_bit_common"
]
},
"default_open_hw_list": {
"enable": false,
"list": [
"lahaina"
]
},
"black_white_list": {
"enable": false,
"mode": "white",
"max_iowait_timeout_cnt": 0,
"max_iowait_task_cnt": 5,
"list": []
},
"blackscreen_monitor": {
"enable": false,
"interval_second": 5,
"pixel_check": true,
"panic": false
}
}
}