/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/src/fault/ |
H A D | database_fault_impl.cpp | 23 if (msg.errorType == Fault::DF_DB_CORRUPTED) { in Report() 25 } else if (msg.errorType == Fault::DF_DB_REKEY_FAILED) { in Report() 27 } else if (msg.errorType == Fault::DF_DB_DAMAGE) { in Report()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/ |
H A D | distributeddata_dfx_ut_test.cpp | 117 .moduleName = "database", .errorType = Fault::DF_DB_DAMAGE}; 131 EXPECT_EQ(static_cast<int>(Fault::DF_DB_DAMAGE), typeVal); 180 Fault::RF_CLOSE_DB}; 193 EXPECT_EQ(static_cast<int>(Fault::RF_CLOSE_DB), typeVal); 336 Fault::SF_CREATE_DIR}; 349 EXPECT_EQ(static_cast<int>(Fault::SF_CREATE_DIR), typeVal);
|
/ohos5.0/foundation/multimedia/player_framework/ |
H A D | hisysevent.yaml | 44 ERROR_MESG: {type: STRING, desc: Fault description} 54 ERROR_MESG: {type: STRING, desc: Fault description} 61 ERROR_MESG: {type: STRING, desc: Fault description} 70 ERROR_MESG: {type: STRING, desc: Fault description} 77 ERROR_MESG: {type: STRING, desc: Fault description} 87 ERROR_MESG: {type: STRING, desc: Fault description} 96 ERROR_MESG: {type: STRING, desc: Fault description} 104 ERROR_MESG: {type: STRING, desc: Fault description} 114 ERROR_MESG: {type: STRING, desc: Fault description}
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/ |
H A D | dfx_types.h | 30 enum class Fault { enum 93 Fault errorType; 100 Fault errorType;
|
/ohos5.0/base/security/asset/services/core_service/src/ |
H A D | sys_event.rs | 57 EventType::Fault => Self::ASSET_FAULT, in write() 92 SysEvent::new(EventType::Fault) in upload_fault_system_event()
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | js-apis-faultLogger.md | 36 | type | [FaultType](#faulttype) | Yes| Fault type.| 55 | faultType | [FaultType](#faulttype) | Yes| Fault type.| 112 | faultType | [FaultType](#faulttype) | Yes| Fault type.| 176 | faultType | [FaultType](#faulttype) | Yes| Fault type.| 223 | faultType | [FaultType](#faulttype) | Yes| Fault type.|
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | apprecovery-guidelines.md | 51 ### Framework Fault Management 53 Fault management is an important way for applications to deliver a better user experience. The appl… 55 - Fault listening refers to the process of registering an [ErrorObserver](../reference/apis-ability… 57 - Fault rectification refers to the process of restoring the application state and data through [ap… 59 - Fault query is the process of calling APIs of [faultLogger](../reference/apis-performance-analysi… 62  71 | Fault | Fault Listening | State Saving| Automatic Restart| Log Query|
|
H A D | performance-analysis-kit-overview.md | 8 - Fault locating: provides log, event, and tracing information related to reliability, performance,… 37 ## Fault Analysis
|
H A D | cppcrash-guidelines.md | 82 ## Fault Analysis 108 **Fault Logs of Null Pointer** 125 Fault thread info: 253 Fault thread info: 400 Fault thread info: 427 Fault thread info: 653 Fault thread info: 762 **Fault Analysis** 864 **Fault Analysis** 883 **Fault Analysis** [all …]
|
H A D | hiappevent-intro.md | 20 …- Fault event: used to locate and analyze application faults, for example, frame freezing, network…
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.39/ |
H A D | changelogs-arkcompiler.md | 11 …或者超大类,在一些罕见场景下会编译出错误的字节码文件导致运行时crash或者运行出错,crash的错误信息为 Reason:Signal:SIGSEGV 或是 Segmentation Fault。
|
/ohos5.0/foundation/multimedia/av_codec/ |
H A D | hisysevent.yaml | 19 FAULTTYPE: {type: STRING, desc: Fault type} 20 MSG: {type: STRING, desc: Fault description}
|
/ohos5.0/base/security/code_signature/services/key_enable/src/ |
H A D | cs_hisysevent.rs | 23 EventType::Fault, in report_add_key_err()
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/test/resource/SmartParserTest013/ |
H A D | trace.txt | 3 Fault Reason: BL2 core device fault
|
H A D | bootfail_info_0 | 19 Fault Reason: BL2 core device fault
|
/ohos5.0/base/request/request/services/src/ |
H A D | sys_event.rs | 35 inner_type: EventType::Fault, in task_fault()
|
H A D | ability.rs | 47 EventType::Fault, in service_start_fault()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-trace-other-faqs.md | 1 # Common Fault Locating Methods 3 ## Locating the Fault Based on Exception Information<a name="section695838161711"></a>
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/ |
H A D | changelogs-arkcompiler.md | 11 …a crash or running error. The crash information is "Reason:Signal:SIGSEGV" or "Segmentation Fault."
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | lib.rs | 35 Fault = 1, enumerator
|
H A D | sys_event_manager.rs | 156 1 => EventType::Fault, in get_event_type() 160 _ => EventType::Fault, in get_event_type()
|
/ohos5.0/base/hiviewdfx/faultloggerd/docs/ |
H A D | usage.md | 14 Fault thread info: 66 Fault Thread Info包含崩溃的线程名以及调用栈,大部分场景下栈的最上层就是崩溃的原因,如空指针访问以及程序主动abort。\
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/rust/panic_handler/ |
H A D | lib.rs | 82 EventType::Fault, in report_info_handler()
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hidumper.md | 472 … PID Total Usage User Space Kernel Space Page Fault Minor Page Fault Major Name 482 … PID Total Usage User Space Kernel Space Page Fault Minor Page Fault Major Name
|
H A D | cppcrash-guidelines.md | 125 Fault thread info: 253 Fault thread info: 400 Fault thread info: 427 Fault thread info: 535 Fault thread info: 746 SIGSEGV信号伴随着程序发生段错误(Segmentation Fault)故障,其故障场景为`当程序试图访问不被允许访问的内存区域(比如,尝试写一块属于操作系统的内存),或以错误的类型访问内存区… 801 Fault thread info: 1075 Fault thread Info:
|