Lines Matching refs:jank
14 The following describes how to subscribe to the main thread jank event, which is reported when a ta…
28 // Add the system events to watch, for example, the main thread jank event.
46 // Obtain the timestamp when the main thread jank event occurs.
58 // Obtain the error log file generated when the main thread jank event occurs.
68 …add the **timeOut500** button with **onClick()** to trigger a main thread jank event when the butt…
81 …n project. Click the **timeOut350** button twice consecutively to trigger a main thread jank event.
83 6. After the main thread jank event is reported, the system calls **onReceive()**. You can view the…
85 Tracing data of the main thread jank event is as follows:
102 …The sampling stack of the main thread jank event is similar to the trace result. The differences a…
119 …When the main thread jank event occurs, the main thread checker starts to check whether the jank e…
121 …(1) If a jank event is detected during the first check, the main thread checker starts stack sampl…
125 …(2) If a jank event is detected during the second check, the main thread checker starts stack samp…
129 (3) If no jank event is detected in the two checks, the check ends.
135 …e main thread checker checks for a main thread jank event every 150 ms for 20 times. If a main thr…
137 (1) No main thread jank event is detected.
141 (2) At least one main thread jank event is detected.