-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Crash report content optimization #294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[是否满足兼容性要求] Y
[是否满足commit提交规范] Y
[是否满足编码规范] Y
[Review结论] Pass
[Fail原因] N/A
[是否满足兼容性要求] Y |
Crash report content optimization 1.add key of coredumpListCount: Record the number of query results for the ‘sudo coredumpctl list’ command; 2.add key of repeatCoredumps: Record the number of times crash information appears in different time ranges from the last reported time node to the current time node; 3.Definition of high-frequency crash application: The number of crashes accounts for more than 80% of the total number of newly added crashes, or occurs more than 3 times repeatedly; 4.Add the coredumpReportMax(default to 50) parameter configuration in Dconfig/Gsettings to limit the maximum number of entries per report; 6.About coredump detail infos, such as maps info, only report the first 200 rows; 7.Analyze the business code of crash details information and trigger it when adjusting to the ready burial point. Log: Crash report content optimization Task: Technical special project-10320240422
deepin pr auto reviewMake the log viewer applet more powerful, can execute the command of the system and get the result. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/+1
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: starhcq, wyu71 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Crash report content optimization
1.add key of coredumpListCount: Record the number of query results for the ‘sudo coredumpctl list’ command;
2.add key of repeatCoredumps: Record the number of times crash information appears in different time ranges from the last reported time node to the current time node;
3.Definition of high-frequency crash application: The number of crashes accounts for more than 80% of the total number of newly added crashes, or occurs more than 3 times repeatedly;
4.Add the coredumpReportMax(default to 50) parameter configuration in Dconfig/Gsettings to limit the maximum number of entries per report;
6.About coredump detail infos, such as maps info, only report the first 200 rows;
7.Analyze the business code of crash details information and trigger it when adjusting to the ready burial point.
Log: Crash report content optimization
Task: https://pms.uniontech.com/task-view-343581.html