Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9763c05e authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan Committed by Gerrit Code Review
Browse files

CatService: Handle CAT timeout

Samsung STK sometimes sends CAT timeout message. Handle it to
prevent force close.

Change-Id: Ic80da420fc25b417aefd48bba05d03720c052461
parent 08c0c3ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -713,6 +713,9 @@ public class CatService extends Handler implements AppInterface {
                    }
            }
            break;
        case MSG_ID_TIMEOUT:
            CatLog.d(this, "CAT Timeout");
            break;
        default:
            throw new AssertionError("Unrecognized CAT command: " + msg.what);
        }