qguard.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "Config": {
  3. "switches": {
  4. "main": false,
  5. "debug": true
  6. },
  7. "scan": {
  8. "timeout_second": 120,
  9. "timeout_min_second": 30,
  10. "interval_min_second": 1,
  11. "log_timeout_second": 10,
  12. "round": 4
  13. },
  14. "policy": "default",
  15. "monitor_process": {
  16. "enable": true,
  17. "list": [
  18. {
  19. "process": "system_server",
  20. "thread": [
  21. "watchdog"
  22. ]
  23. },
  24. {
  25. "process": "surfaceflinger",
  26. "thread": []
  27. },
  28. {
  29. "process": "vold",
  30. "thread": []
  31. }
  32. ]
  33. },
  34. "monitor_binder": {
  35. "enable": false,
  36. "monitor_uids": [
  37. 1000
  38. ],
  39. "wchans": [
  40. "wait_on_page_bit_common"
  41. ]
  42. },
  43. "default_open_hw_list": {
  44. "enable": false,
  45. "list": [
  46. "lahaina"
  47. ]
  48. },
  49. "black_white_list": {
  50. "enable": false,
  51. "mode": "white",
  52. "max_iowait_timeout_cnt": 0,
  53. "max_iowait_task_cnt": 5,
  54. "list": []
  55. },
  56. "blackscreen_monitor": {
  57. "enable": false,
  58. "interval_second": 5,
  59. "pixel_check": true,
  60. "panic": false
  61. }
  62. }
  63. }