harmony 鸿蒙HiDebug Error Codes
HiDebug Error Codes
NOTE
This topic describes only module-specific error codes. For details about universal error codes, see Universal Error Codes.
11400101 Failed to Obtain the System Service
Error Message
ServiceId invalid. The system ability does not exist.
Description The system service cannot be obtained based on the specified service ID.
Possible Causes
The specified service ID is incorrect or the corresponding service is not started.
Solution
Specify a correct system service ID.
11400102 Repeated Trace
Error Message
Capture trace already enabled.
Description The trace collection has been enabled for the process.
Possible Causes
The trace collection is in progress.
Solution
Wait until the trace collection is complete or call OH_HiDebug_StopAppTraceCapture to stop the trace collection.
11400103 Permission Verification Failed
Error Message
No write permission on the file.
Description You do not have the permission to write the trace file in the current directory.
Possible Causes
The directory does not exist or is deleted by mistake.
Solution
Run the trace collection again to generate a correct trace file in the current directory.
11400104 Internal Error
Error Message
Abnormal trace status.
Description This error code is reported if the current trace encounters an internal error.
Possible Causes
The system kernel crashes or the application process freezes.
Solution
Restart the application or system.
11400105 Trace Collection Is Not Enabled
Error Message
No capture trace running.
Description This error code is reported if no trace is in progress.
Possible Causes
Trace collection is not enabled.
Solution
Enable trace collection and then stop it.
11400106 The API Call Quota Has Been Exceeded
Error Message
Quota exceeded.
Description The API call quota has been exceeded.
Possible Causes
This API is called by a process more than once per day.
This API is called by the system more than five times per week.
Solution
Wait for the update of the API call quota.
11400107 Failed to Fork The Child Dump Process
Error Message
Fork operation failed.
Description Failed to fork the child dump process.
Possible Causes
The system resources are insufficient. You are advised to check the system load.
Solution
Fork the child dump process again. If it still fails, filter Error logs to locate the fault. For details, see Log Analysis. If the problem persists, contact us.
11400108 Failed to Wait for the Child Dump Process to Finish
Error Message
Failed to wait for the child process to finish.
Description Failed to wait for the child dump process to finish.
Possible Causes
The system resources are insufficient. You are advised to check the system load.
Solution
Wait for the child dump process to finish again. If it still fails, filter Error logs to locate the fault. For details, see Log Analysis. If the problem persists, contact us.
11400109 The Child Dump Process Times Out
Error Message
Timeout while waiting for the child process to finish.
Description The child dump process times out.
Possible Causes
The dump process takes a long time. You are advised to check the system load.
Solution
Wait for the child dump process to finish again. If it still fails, filter Error logs to locate the fault. For details, see Log Analysis. If the problem persists, contact us.
11400110 The Disk Space Is Insufficient
Error Message
Failed to create dump file.
Description The disk space is insufficient.
Possible Causes
The available disk space is less than 30 GB.
Solution
Release the disk space to ensure that the available space is greater than 30 GB.
11400111 Failed to Call the Node-API
Error Message
Napi interface call exception.
Description An exception occurs when the Node-API is called.
Possible Causes
The VM is abnormal.
Solution
Call the Node-API again. If it still fails, filter Error logs to locate the fault. For details, see Log Analysis. If the problem persists, contact us.
11400112 Repeat Data Dump
Error Message
Repeated data dump.
Description Dump data is collected repeatedly.
Possible Causes
This API has been called and is called repeatedly before the calling is complete.
Solution
Optimize the code logic to ensure that the next dump task starts after the previous dump task is complete.
11400113 Failed to Create a Dump File
Error Message
Failed to create dump file. Description
Failed to create the dump file.
Possible Causes
A file with the same name exists in the process directory.
System resources are insufficient.
Solution
Create the dump file again. If it still fails, filter Error logs to locate the fault. For details, see Log Analysis. If the problem persists, contact us.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙Performance Analysis Kit
harmony 鸿蒙HiAppEvent_AppEventGroup
harmony 鸿蒙HiAppEvent_AppEventInfo
harmony 鸿蒙HiCollie_DetectionParam
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦