File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.
16
16
17
17
* For more details, refer to [ versioning] ( https://github.com/rdkcentral/rdkservices#versioning ) section under Main README.
18
18
19
+ ## [ 1.6.8] - 2025-05-30
20
+ ### Fixed
21
+ - RDKTV-35867: WPEframework crash fingerprint 41002687 at Cobalt::set_state
22
+
19
23
## [ 1.6.7] - 2025-02-27
20
24
### Fixed
21
25
- Increase Hibernation delay to 30sec and get from RFC
Original file line number Diff line number Diff line change @@ -718,6 +718,10 @@ namespace WPEFramework {
718
718
{
719
719
return Core::ERROR_GENERAL;
720
720
}
721
+ if (message->Error .IsSet ()) {
722
+ std::cout << " Call failed: " << message->Designator .Value () << " error: " << message->Error .Code .Value () << " \n " ;
723
+ return message->Error .Code .Value ();
724
+ }
721
725
#elif (THUNDER_VERSION == 2)
722
726
auto resp = dispatcher_->Invoke (sThunderSecurityToken , channelId, *message);
723
727
#else
You can’t perform that action at this time.
0 commit comments