Searched refs:stacktrace (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
H A D | backtrace_local_test.cpp | 214 std::string stacktrace = GetProcessStacktrace(); variable 215 ASSERT_GT(stacktrace.size(), 0); 216 GTEST_LOG_(INFO) << stacktrace; 218 if (stacktrace.find("backtrace_local_test") == std::string::npos) { 221 if (stacktrace.find("#01") == std::string::npos) { 242 std::string stacktrace(trace); 243 GTEST_LOG_(INFO) << stacktrace; 244 ASSERT_TRUE(stacktrace.find("#00") != std::string::npos); 245 ASSERT_TRUE(stacktrace.find("pc") != std::string::npos); 246 ASSERT_TRUE(stacktrace.find("backtrace_local_test") != std::string::npos);
|
/ohos5.0/base/hiviewdfx/hicollie/ |
H A D | hisysevent.yaml | 24 STACK: {type: STRING, desc: stacktrace of service process} 34 STACK: {type: STRING, desc: stacktrace of service process} 44 STACK: {type: STRING, desc: stacktrace of service process} 54 STACK: {type: STRING, desc: stacktrace of service process}
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-config.json5 | 16 // "stacktrace": false /* Disable stacktrace compilation. Default: false */
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-config.json5 | 31 // "stacktrace": false /* Disable stacktrace compilation. Default: false */
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-config.json5 | 31 // "stacktrace": false /* Disable stacktrace compilation. Default: false */
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/rust/ |
H A D | BUILD.gn | 20 "stacktrace:stacktrace_rust",
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/ |
H A D | BUILD.gn | 25 deps = [ "$faultloggerd_path/interfaces/rust/stacktrace:stacktrace_rust" ]
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/panic_maker/ |
H A D | BUILD.gn | 27 "$faultloggerd_path/interfaces/rust/stacktrace:stacktrace_rust",
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/stacktrace_rust/ |
H A D | BUILD.gn | 30 deps = [ "$faultloggerd_path/interfaces/rust/stacktrace:stacktrace_rust" ]
|
/ohos5.0/foundation/ability/ability_runtime/ |
H A D | hisysevent.yaml | 23 STACK: {type: STRING, desc: main thread stacktrace} 32 STACK: {type: STRING, desc: main thread stacktrace} 59 STACK: {type: STRING, desc: stacktrace of current process} 68 STACK: {type: STRING, desc: main thread stacktrace} 77 STACK: {type: STRING, desc: main thread stacktrace}
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | guidance-on-ndk-libc-interfaces-affected-by-permissions.md | 15 - Top function is the musl function in stacktrace.
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | appfreeze-guidelines.md | 194 PeerBinderCatcher start catcher stacktrace for pid 685 952 PeerBinderCatcher start catcher stacktrace for pid : 979 1294 PeerBinderCatcher start catcher stacktrace for pid : 5235
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | appfreeze-guidelines.md | 194 PeerBinderCatcher start catcher stacktrace for pid 685 952 PeerBinderCatcher start catcher stacktrace for pid : 979 1294 PeerBinderCatcher start catcher stacktrace for pid : 5235
|