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

Commit c421acaf authored by Daniel Hillenbrand's avatar Daniel Hillenbrand Committed by Gerrit Code Review
Browse files

Merge "CatService: Handle CAT timeout" into jellybean

parents 2f3d0ab2 9763c05e
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);
        }