Searched refs:THREAD_BLOCK_3S (Results 1 – 8 of 8) sorted by relevance
22 该事件的检测原理是:应用的watchdog线程定期向主线程插入判活检测,并在自己线程插入超时上报机制。当判活检测超过3s没有被执行,会上报THREAD_BLOCK_3S警告事件;超过6s依然没有被执…263 THREAD_BLOCK_3S在日志的前部分,THREAD_BLOCK_6S在THREAD_BLOCK_3S后面写入。可以通过EVENTNAME字段搜索两个事件在日志中的位置。267 示例日志显示了在Low priority的队列中05:06:18.145的事件一直在处理,THREAD_BLOCK_3S和THREAD_BLOCK_6S的队列都显示其存在。这说明主线程卡死不是任务过…271 THREAD_BLOCK_3S:275 DOMAIN = AAFWK EVENTNAME THREAD_BLOCK_3S366 Reason是LIFECYCLE_TIMEOUT的日志与上文THREAD_BLOCK_6S和THREAD_BLOCK_3S一样都是有两个事件。分别是LIFECYCLE_HALF_TIMEOUT和LI…468 2、前台应用发生THREAD_BLOCK_3S后即可触发后续THREAD_BLOCK_6S事件469 …ndReportCount_ = 0,发生THREAD_BLOCK_3S后 +1 累计到 5 次后才会上报 (即连续发生5次 THREAD_BLOCK_3S 事件,计数不清零,才会上报THREAD…848 THREAD_BLOCK_3S 上报的时间为 08:24:29:612;863 EVENTNAME = THREAD_BLOCK_3S[all …]
15 "include": ["THREAD_BLOCK_6S", "THREAD_BLOCK_3S", "LIFECYCLE_TIMEOUT",
5 event id="" name="THREAD_BLOCK_3S" action="pb:1:r,t" interval="10"
47 static constexpr char THREAD_BLOCK_3S[] = "THREAD_BLOCK_3S"; variable
132 faultData.errorObject.name = AppFreezeType::THREAD_BLOCK_3S; in AppfreezeHandleOverReportCount()221 faultData.errorObject.name = AppFreezeType::THREAD_BLOCK_3S; in ThreadBlock()
267 …the low-priority queue is running, and it is displayed in both the **THREAD_BLOCK_3S** and **THREA…271 THREAD_BLOCK_3S:275 DOMAIN = AAFWK EVENTNAME THREAD_BLOCK_3S467 …ation of **THREAD_BLOCK_3S** or **LIFECYCLE_HALF_TIMEOUT** is half of that of **THREAD_BLOCK_6S** …468 2. If **THREAD_BLOCK_3S** occurs in the foreground application, **THREAD_BLOCK_6S** will be trigger…469 …THREAD_BLOCK_3S** occurs for five consecutive times (the count is not cleared), the **THREAD_BLOCK…848 The **THREAD_BLOCK_3S** event is reported at **08:24:29:612**.863 EVENTNAME = THREAD_BLOCK_3S871 When the **THREAD_BLOCK_3S** event is reported, the **EventHandler** is captured at **08:24:29.413*…885 The queue of **THREAD_BLOCK_3S** is similar to that of **THREAD_BLOCK_6S**, with one more event in …[all …]
505 if (faultType == AppFreezeType::THREAD_BLOCK_3S) { in CatchJsonStacktrace()
52 THREAD_BLOCK_3S: