1{
2    "version": "1.0.0",
3    "segmentStatus":[
4        {"namespace":"segStatus", "matchKey":"tid=\\d+ (.*)", "desc":""},
5        {"namespace":"segWaitOther", "matchKey":"waiting to lock.*held by thread (\\d+)", "desc":" waiting on lock held by "},
6        {"namespace":"segWaitSelf", "matchKey":"- waiting on <(.*)>", "desc":" waiting on itself"},
7        {"namespace":"segIpcTrans", "matchKey":"os\\.(IpcProxy)\\.transact", "desc":" ipc transact:"},
8        {"namespace":"segIpcFull", "matchKey":"os\\.Ipc\\.(blockUntilThreadAvailable)", "desc":" ipc full:"}
9    ],
10    "Rule1":{
11        "DirOrFile":"/data/log/faultlog/faultlogger/",
12        "Subcatalog":"appfreeze-.*-\\d+-\\d+",
13        "featureId":"63_APP_FREEZE_01",
14        "rules":[
15            {"namespace":"BasicParam", "matchKey":"Module name:", "v_process":"Module name:(.*)"},
16            {"namespace":"BasicParam", "matchKey":"PID = ", "v_pid":"PID = (.*)"},
17            {"namespace":"MainCallTrace", "matchKey":"@R@(Tid:){1}", "v_trace":"@T@#\\d+ pc [0-9a-zA-Z]+ (.*) @{BasicParam.v_pid}@"}
18        ]
19    },
20    "Rule2":{
21        "DirOrFile":"/data/log/faultlog/faultlogger/",
22        "Subcatalog":"appfreeze-.*-\\d+-\\d+",
23        "featureId":"63_APP_FREEZE_02",
24        "rules":[
25            {"namespace":"BasicParam", "matchKey":"Module name:", "v_process":"Module name:(.*)"},
26            {"namespace":"BasicParam", "matchKey":"PID = ", "v_pid":"PID = (.*)"},
27            {"namespace":"MainCallTrace", "matchKey":"@R@(Tid:){1}", "v_trace":"@T@#\\d+ pc [0-9a-zA-Z]+ (.*) @{BasicParam.v_pid}@"}
28        ]
29    }
30}
31