Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dassert_fault_task_thread.cpp38 constexpr char ASSERT_FAULT_PROMPT[] = "\n\n(Press Retry to debug the application)"; variable
88 std::string textDetail = textFile + textFunc + textLine + textExpression + ASSERT_FAULT_PROMPT; in AssertCallback()