Skip to content

Commit e4ae4ac

Browse files
hgfell683aishwariya15
authored andcommitted
XIONE-14703, ES1-1645 - WPEFramework crash
Reason for change: Handling unhandled exceptions Test Procedure: None Risks: Low Priority: P1 Signed-off-by:Hayden Gfeller <[email protected]>
1 parent c54e7ec commit e4ae4ac

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

HdmiCecSink/HdmiCecSink.cpp

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2755,12 +2755,6 @@ namespace WPEFramework
27552755
LOGINFO("Not able allocate Logical Address for TV");
27562756
_instance->m_pollThreadState = POLL_THREAD_STATE_EXIT;
27572757
}
2758-
catch (const std::exception& e)
2759-
{
2760-
LOGWARN("CEC exception caught from LibCCEC::getInstance().addLogicalAddress() ");
2761-
LOGINFO("Not able allocate Logical Address for TV");
2762-
_instance->m_pollThreadState = POLL_THREAD_STATE_EXIT;
2763-
}
27642758
catch(...){
27652759
LOGWARN("Exception caught in LibCCEC::getInstance().addLogicalAddress()");
27662760
LOGINFO("Not able allocate Logical Address for TV");
@@ -3007,10 +3001,6 @@ namespace WPEFramework
30073001
catch(IOException &e){
30083002
LOGWARN("IOException caught in LibCCEC::init %s", e.what());
30093003
}
3010-
catch (const std::exception& e)
3011-
{
3012-
LOGWARN("CEC exception caught from CECEnable");
3013-
}
30143004
catch(...){
30153005
LOGWARN("Exception caught in LibCCEC::init");
30163006
}
@@ -3127,10 +3117,6 @@ namespace WPEFramework
31273117
catch(IOException &e){
31283118
LOGWARN("IOException caught in LibCCEC::term %s", e.what());
31293119
}
3130-
catch (const std::exception& e)
3131-
{
3132-
LOGWARN("CEC exception caught from CECEnable");
3133-
}
31343120
catch(...){
31353121
LOGWARN("Exception caught in LibCCEC::term");
31363122
}

0 commit comments

Comments
 (0)