fix: Fix get device info fail when init#139
fix: Fix get device info fail when init#139deepin-bot[bot] merged 1 commit intolinuxdeepin:masterfrom
Conversation
When deepin-diskmanager starts, it will start deepin-diskmanager-service first, and then obtain device information from deepin-diskmanager-service. If deepin-diskmanager-service takes too long to initialize due to the existence of external storage devices, deepin-diskmanager will fail to obtain device information. At this time, deepin-diskmanager-service has not registered the dbus service. Let's re-initiate the request after failing to obtain device information. Log: Fix get device info fail when init Bug: https://pms.uniontech.com/bug-view-308533.html
deepin pr auto review代码审查意见:
综上所述,代码中存在一些潜在的问题,需要进一步优化和改进。 |
|
TAG Bot TAG: 6.0.2 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wangrong1069 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: unstable) |
When deepin-diskmanager starts, it will start deepin-diskmanager-service first, and then obtain device information from deepin-diskmanager-service. If deepin-diskmanager-service takes too long to initialize due to the existence of external storage devices, deepin-diskmanager will fail to obtain device information. At this time, deepin-diskmanager-service has not registered the dbus service.
Let's re-initiate the request after failing to obtain device information.
Log: Fix get device info fail when init
Bug: https://pms.uniontech.com/bug-view-308533.html