Lines Matching refs:fault

3 …rmony provides a mechanism for detecting appfreeze and generates appfreeze logs for fault analysis.
10 Currently, appfreeze detection supports the fault types listed in the following table.
20 This fault indicates that the main thread of this application is suspended or too many tasks are ex…
22 Such a fault can be detected as follows: The watchdog thread of the application periodically insert…
30 This fault occurs when the system does not respond to a click event within 5 seconds.
32fault can be detected as follows: When a user clicks a button of the application, the input system…
42 The fault occurs during lifecycle switching and affects Ability switching and PageAbility switching…
44fault can be detected as follows: Upon the start of a lifecycle switching process, the main thread…
65 The following example shows an appfreeze log analysis. You can analyze the fault based on actual si…
104 | EVENTNAME | One or more fault events that constitute the cause of main thread freeze event.|
105 | TIMESTAMP | Time when the fault event reported. You can narrow down the time range to view HiLog …
108 | MSG | Dump information or description of the fault.|
265 …stores information about the processing queue of the main thread when the fault occurs. Hence, you…
399 To locate an appfreeze event, you need to obtain related logs such as fault logs, hilog logs, and t…
407fault logs and saves them to **FaultLog**. For details, see <!--RP1-->[DevEco Studio User Guide-Fa…
411 …hiAppEvent provides APIs to subscribe to various fault information. For details, see [Introduction…
444 #### Obtain the fault occurrence time
452 TIMESTAMP: 2024/04/10-16:40:52:743 --> The timestamp when the fault is reported.
471 The fault occurrence time can be obtained based on the detection duration and the fault reporting t…
488 If the task running duration is longer than the fault detection duration, the running task causes t…
713 **waitTime** indicates the IPC duration. If the value of **waitTime** is far less than the fault de…
723fault occurs and is delayed. For faults that require half-period detection, binder information is …
753 View [Obtain the fault occurrence time](#obtain-the-fault-occurrence-time), and determine the fault
828 Extract the key fault logs.
948 …*979**, and it shows that **xxxserver** is waiting for lock release. This fault is caused by impro…
1018 When the theme is switched, the system is suspended, and the appfreeze fault of the sceneboard is r…
1020 This appfreeze fault occurs when the thread is busy.
1043 Extract the key fault logs.
1200 The following example extracts the key fault logs of **LIFECYCLE_TIMEOUT** that occurs in notepad.