diff --git a/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp b/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp index fb23ee0b13491835790a75b8e9b29a96fc62c840..01f69f996a2e6b6d073c7a23fb8713df0b8cf92a 100644 --- a/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp +++ b/ressched/plugins/device_standby_plugin/src/device_standby_plugin.cpp @@ -54,6 +54,7 @@ void DeviceStandbyPlugin::Init() resTypes_.insert(RES_TYPE_REPORT_BOKER_GATT_CONNECT); resTypes_.insert(RES_TYPE_BOOT_COMPLETED); resTypes_.insert(RES_TYPE_THERMAL_SCENARIO_REPORT); + resTypes_.insert(RES_TYPE_CONTINUOUS_TASK); for (auto resType : resTypes_) { PluginMgr::GetInstance().SubscribeResource(LIB_NAME, resType);