Home
last modified time | relevance | path

Searched refs:isErrorInfoEnhance (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h58 bool isErrorInfoEnhance = false; member
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp1279 bool isErrorInfoEnhance = false; in MakeWantFromCmd() local
1771 isErrorInfoEnhance = true; in MakeWantFromCmd()
1861 if (isErrorInfoEnhance) { in MakeWantFromCmd()
1862 want.SetParam("errorInfoEnhance", isErrorInfoEnhance); in MakeWantFromCmd()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp635 if (options.isErrorInfoEnhance) { in PostPreload()
636 …OGD(AAFwkTag::JSRUNTIME, "Start Error-Info-Enhance Mode: %{public}d.", options.isErrorInfoEnhance); in PostPreload()
831 if (options.isErrorInfoEnhance) { in CreateJsEnv()
832 …OGD(AAFwkTag::JSRUNTIME, "Start Error Info Enhance Mode: %{public}d.", options.isErrorInfoEnhance); in CreateJsEnv()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1485 options.isErrorInfoEnhance = appLaunchData.GetErrorInfoEnhance(); in HandleLaunchApplication()