Home
last modified time | relevance | path

Searched refs:appCrash (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dhiappevent-watcher-crash-events-arkts.md106 Button("appCrash").onClick(()=>{
112 5. 点击DevEco Studio界面中的运行按钮,运行应用工程,然后在应用界面中点击按钮“appCrash”,触发一次崩溃事件。崩溃事件发生后,系统会根据崩溃类型(JsError或NativeC…
H A Dhiappevent-watcher-crash-events-ndk.md242 Button("appCrash").onClick(() => {
247 8. 点击DevEco Studio界面中的运行按钮,运行应用工程,然后在应用界面中点击按钮“appCrash”,触发一次崩溃事件。崩溃事件发生后,系统会根据崩溃类型(JsError或NativeC…
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp317 napi_value appCrash = nullptr; in FaultLogTypeEnumInit() local
322 napi_create_int32(env, FaultLogType::APP_FREEZE, &appCrash); in FaultLogTypeEnumInit()
328 DECLARE_NAPI_STATIC_PROPERTY("APP_FREEZE", appCrash), in FaultLogTypeEnumInit()
/ohos5.0/docs/en/application-dev/dfx/
H A Dhiappevent-watcher-crash-events-arkts.md103 4. In the **entry/src/main/ets/pages/index.ets** file, add the **appCrash** button and construct a …
106 Button("appCrash").onClick(()=>{
112 5. In DevEco Studio, click the **Run** button to run the project. Then, click the **appCrash** butt…
H A Dhiappevent-watcher-crash-events-ndk.md242 Button("appCrash").onClick(() => {
247 8. In DevEco Studio, click the **Run** button to run the project. Then, click the **appCrash** butt…