Files
nicolelte/vendor/etc/qguard.json

68 lines
1.6 KiB
JSON

{
"Config": {
"switches": {
"main": false,
"debug": true,
"use_shell": false
},
"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
],
"uid_map": [
{
"name": "system",
"value": 1000
},
{
"name": "root",
"value": 0
}
],
"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": []
}
}
}