Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp173 std::string catcherStack = ""; in AppfreezeHandleWithStack() local
178 catcherStack += CatcherStacktrace(appInfo.pid); in AppfreezeHandleWithStack()
179 fullStackPath = WriteToFile(fileName, catcherStack); in AppfreezeHandleWithStack()