Skip to content

Commit

Permalink
Merge pull request rdkcentral#5616 from viveksinghnarwaria/RDKDEV-107…
Browse files Browse the repository at this point in the history
…1_main_update

RDKDEV-1071 REFPLTV-2288 RDKServices : Wpeframework crash & restarting observed on setMode as Warehouse
  • Loading branch information
anand-ky authored Aug 12, 2024
2 parents 8809daa + 26abc67 commit 1c9e3e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions SystemServices/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ All notable changes to this RDK Service will be documented in this file.
* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.


## [3.0.2] - 2024-08-12
### Update
- RDKDEV-1071: brief comment updated

## [3.0.1] - 2024-08-12
### Fixed
- RDKDEV-1071: Wpeframework crash & restarting observed on setMode as Warehouse
Expand Down
2 changes: 1 addition & 1 deletion SystemServices/SystemServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ using namespace std;

#define API_VERSION_NUMBER_MAJOR 3
#define API_VERSION_NUMBER_MINOR 0
#define API_VERSION_NUMBER_PATCH 1
#define API_VERSION_NUMBER_PATCH 2

#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
#define TR181_FW_DELAY_REBOOT "Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"
Expand Down
4 changes: 3 additions & 1 deletion SystemServices/cTimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ class cTimer{
bool start();

/***
* @brief : stop timer thread.
* @brief : stop timer thread.After calling stop() either join() or detach() need to be called.
if child thread (timerThread) done it's work call cTimer::detach() after cTimer::stop().
if SystemServices plugin going to Deinitialize call cTimer::join() after cTimer::stop().
* @return : nil
*/
void stop();
Expand Down

0 comments on commit 1c9e3e0

Please sign in to comment.