Home
last modified time | relevance | path

Searched refs:STRING_ATTACH_APP_DEBUG_NG (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h171 const std::string STRING_ATTACH_APP_DEBUG_NG = "error: failed to attach app debug."; variable
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp632 …TAG_LOGD(AAFwkTag::AA_TOOL, "%{public}s result: %{public}d", STRING_ATTACH_APP_DEBUG_NG.c_str(), r… in RunAsAttachDebugCommand()
633 resultReceiver_.append(STRING_ATTACH_APP_DEBUG_NG + "\n"); in RunAsAttachDebugCommand()