Lines Matching refs:freeze
22 The following describes how to subscribe to the freeze event triggered by a button click.
38 // Set custom parameters for the freeze event.
52 // Add the system events to watch, for example, freeze events.
70 // Obtain the timestamp of the freeze event.
72 … // Obtain the foreground and background status of the application when the freeze event occurs.
84 // Obtain the exception type and cause of the freeze event.
86 // Obtain the log information when the freeze event occurs.
88 … // Obtain the messages that are not yet processed by the main thread when the freeze event occurs.
92 // Obtain the synchronous binder call information when the freeze event occurs.
94 // Obtain the full thread call stack when the freeze event occurs.
96 // Obtain the memory information when the freeze event occurs.
98 // Obtain the error log file when the freeze event occurs.
101 // Obtain the custom test_data of the freeze event.
109 …, add the **appFreeze** button and construct a scenario for triggering a freeze event in **onClick…
113 // Construct a scenario in onClick() for triggering a freeze event.
120 …**Run** button to run the project. Then, click the **appfreeze** button to trigger a freeze event.