Searched refs:appCrash (Results 1 – 5 of 5) sorted by relevance
106 Button("appCrash").onClick(()=>{112 5. 点击DevEco Studio界面中的运行按钮,运行应用工程,然后在应用界面中点击按钮“appCrash”,触发一次崩溃事件。崩溃事件发生后,系统会根据崩溃类型(JsError或NativeC…
242 Button("appCrash").onClick(() => {247 8. 点击DevEco Studio界面中的运行按钮,运行应用工程,然后在应用界面中点击按钮“appCrash”,触发一次崩溃事件。崩溃事件发生后,系统会根据崩溃类型(JsError或NativeC…
317 napi_value appCrash = nullptr; in FaultLogTypeEnumInit() local322 napi_create_int32(env, FaultLogType::APP_FREEZE, &appCrash); in FaultLogTypeEnumInit()328 DECLARE_NAPI_STATIC_PROPERTY("APP_FREEZE", appCrash), in FaultLogTypeEnumInit()
103 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…
242 Button("appCrash").onClick(() => {247 8. In DevEco Studio, click the **Run** button to run the project. Then, click the **appCrash** butt…