[Verification] TCT SMS 100%, MMS 100% on binary Z130HDDE0COG2
Change-Id: Ie6fb11ca67c8d0fe420fc71e9c3faa2d001976ff
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
Message* message = nullptr;
PlatformResult ret = Message::convertPlatformShortMessageToObject(msg, &message);
if (ret.IsError()) {
+ if (ErrorCode::INVALID_VALUES_ERR == ret.error_code()) {
+ LoggerW("Ignore messages with not supported/unrecognized type");
+ continue;
+ }
LoggerE("Cannot get platform Message structure");
callback->SetError(PlatformResult(ErrorCode::UNKNOWN_ERR, "Cannot get platform Message structure"));
break;