Home
last modified time | relevance | path

Searched refs:APP_INPUT_BLOCK (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp94 faultData.errorObject.name = AppFreezeType::APP_INPUT_BLOCK;
111 faultData.errorObject.name = AppFreezeType::APP_INPUT_BLOCK;
134 .eventName = AppFreezeType::APP_INPUT_BLOCK,
142 .eventName = AppFreezeType::APP_INPUT_BLOCK,
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dapplication_anr_listener.cpp38 faultData.errorObject.name = AppExecFwk::AppFreezeType::APP_INPUT_BLOCK; in OnAnr()
H A Dappfreeze_manager.cpp127 if (faultData.errorObject.name == AppFreezeType::APP_INPUT_BLOCK) { in AppfreezeHandle()
162 || faultData.errorObject.name == AppFreezeType::APP_INPUT_BLOCK in AppfreezeHandleWithStack()
190 if (faultNotifyData.errorObject.name == AppFreezeType::APP_INPUT_BLOCK) { in AppfreezeHandleWithStack()
306 if (faultData.errorObject.name == AppFreezeType::APP_INPUT_BLOCK) { in NotifyANR()
500 if (faultType == AppFreezeType::APP_INPUT_BLOCK) { in CatchJsonStacktrace()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/config/
H A DEventloggerPipeline16 "LIFECYCLE_HALF_TIMEOUT", "APP_LIFECYCLE_TIMEOUT", "APP_INPUT_BLOCK",
H A Devent_logger_config10 event id="" name="APP_INPUT_BLOCK" action="t:input,t,cmd:c,cmd:dam,tr,k:SysRqFile" interval="10"
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dfault_data.h49 static constexpr char APP_INPUT_BLOCK[] = "APP_INPUT_BLOCK"; variable
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dappfreeze-guidelines.md15 | APP_INPUT_BLOCK | 用户输入响应超时 |
28 ### APP_INPUT_BLOCK 用户输入响应超时
358 Reason是APP_INPUT_BLOCK,表明用户点击事件超过5s没有得到反馈。
394 | APP_INPUT_BLOCK | 用户输入响应超时 |
462 | THREAD_BLOCK_6S |APP_INPUT_BLOCK|LIFECYCLE_TIMEOUT|
763 例如上图案例:APP_INPUT_BLOCK 类型在 07:24:08.167 上报,应用主线程在 07:24:01.581 后就没有打印了,可排查是否为 FormManagerService:
1014 ### APP_INPUT_BLOCK 类典型案例——组件全量刷新
1046 appfreeze: com.ohos.sceneboard APP_INPUT_BLOCK at 20240319022527
1050 APP_INPUT_BLOCK 是事件上报的时间为 **14:40:59:440**
1054 STRINGID:APP_INPUT_BLOCK
[all …]
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dmodal_system_app_freeze_uiextension.cpp69 …pFreezeDialog = name == AppFreezeType::THREAD_BLOCK_6S || name == AppFreezeType::APP_INPUT_BLOCK || in ProcessAppFreeze()
H A Dapp_mgr_service_inner.cpp5880 bool isNeedExit = (faultData.errorObject.name == AppFreezeType::APP_INPUT_BLOCK) || in TimeoutNotifyApp()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dscreen_scene.cpp105 faultData.errorObject.name = AppExecFwk::AppFreezeType::APP_INPUT_BLOCK; in LoadContent()
H A Droot_scene.cpp109 faultData.errorObject.name = AppExecFwk::AppFreezeType::APP_INPUT_BLOCK; in LoadContent()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp171 if (name == AppFreezeType::THREAD_BLOCK_6S || name == AppFreezeType::APP_INPUT_BLOCK || in IsExitApp()
/ohos5.0/docs/zh-cn/release-notes/
H A DOpenHarmony-v4.1.1-release.md119 | I9AEO0 | 小概率在进程com.ohos.settings出现APP_INPUT_BLOCK的appfreeze。 | settings应用无响应,重启应用可恢复。 | 6月30日 |
H A DOpenHarmony-v4.1-release.md578 | I9AEO0 | 小概率在进程com.ohos.settings出现APP_INPUT_BLOCK的appfreeze。 | settings应用无响应,重启应用可恢复。 | 4月30日 |
H A DOpenHarmony-v4.0.1-release.md139 …sue_id=I84866) | 【OpenHarmony 4.0.10.9sp1】出现61次 com.ohos.smartperf由于APP_INPUT_BLOCK卡在libace.z.so |
/ohos5.0/docs/en/application-dev/dfx/
H A Dappfreeze-guidelines.md15 | APP_INPUT_BLOCK | The user input response times out.|
358 The value of **Reason** is **APP_INPUT_BLOCK**, indicating that no response is received within 5 se…
394 | APP_INPUT_BLOCK | The user input response times out.|
462 | THREAD_BLOCK_6S |APP_INPUT_BLOCK|LIFECYCLE_TIMEOUT|
763 …As shown in the preceding figure, the **APP_INPUT_BLOCK** error is reported at **07:24:08.167**, a…
1014 ### Typical Case of **APP_INPUT_BLOCK** - Full Component Update
1046 appfreeze: com.ohos.sceneboard APP_INPUT_BLOCK at 20240319022527
1050 The **APP_INPUT_BLOCK** event is reported at **14:40:59:440**.
1054 STRINGID:APP_INPUT_BLOCK
1135 The **APP_INPUT_BLOCK** event is reported at about **13:40:59.448**, and then the DFX kills the sus…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.1.1-release.md119 …ity that app freezing occurs in the com.ohos.settings process due to APP_INPUT_BLOCK.| The Setting…
H A DOpenHarmony-v4.0.1-release.md139 ….9sp1] The com.ohos.smartperf process is stuck in libace.z.so due to APP_INPUT_BLOCK. This issue o…
H A DOpenHarmony-v4.1-release.md578 …ty that an app freeze occurs in the com.ohos.settings process due to APP_INPUT_BLOCK. | The Settin…
/ohos5.0/foundation/ability/ability_runtime/
H A Dhisysevent.yaml70 APP_INPUT_BLOCK: