• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "domains": [
3        {
4            "domain": "WINDOWMANAGER",
5            "include": ["ANIMATION_CALLBACK_TIMEOUT", "WINDOW_ANIMATION_ABNORMAL", "NO_FOCUS_WINDOW"]
6        },{
7            "domain": "ACE",
8            "include": ["UI_BLOCK_6S", "UI_BLOCK_3S"]
9        },{
10            "domain": "MULTIMODALINPUT",
11            "include": ["APPLICATION_BLOCK_INPUT"]
12        },{
13            "domain": "AAFWK",
14            "include": ["THREAD_BLOCK_6S", "THREAD_BLOCK_3S", "LIFECYCLE_TIMEOUT",
15                        "LIFECYCLE_HALF_TIMEOUT", "APP_LIFECYCLE_TIMEOUT", "APP_INPUT_BLOCK"]
16        },{
17            "domain": "FRAMEWORK",
18            "include": ["SERVICE_BLOCK", "SERVICE_WARNING", "SERVICE_TIMEOUT", "IPC_FULL"]
19        },{
20            "domain": "KERNEL_VENDOR",
21            "include": ["SCREEN_ON", "SCREEN_OFF", "HUNGTASK"]
22        },{
23            "domain": "FFRT",
24            "include": ["SERIAL_TASK_TIMEOUT", "TASK_DEADLOCK"]
25        }
26    ]
27}