[MOS-225] Restore SystemManager service idle priority It crashes othervise on use of deleted elements
1 files changed, 1 insertions(+), 2 deletions(-) M module-sys/SystemManager/SystemManagerCommon.cpp
M module-sys/SystemManager/SystemManagerCommon.cpp => module-sys/SystemManager/SystemManagerCommon.cpp +1 -2
@@ 85,8 85,7 @@ namespace sys } SystemManagerCommon::SystemManagerCommon(std::vector<std::unique_ptr<BaseServiceCreator>> &&creators) : Service(service::name::system_manager, "", systemManagerStack, ServicePriority::Low), systemServiceCreators{ std::move(creators)} : Service(service::name::system_manager, "", systemManagerStack), systemServiceCreators{std::move(creators)} { // Specify list of channels which System Manager is registered to bus.channels = {BusChannel::SystemManagerRequests};