diff --git a/iphone/Maps/Core/Routing/MWMRouter.mm b/iphone/Maps/Core/Routing/MWMRouter.mm index 24fabe305a..90ab885948 100644 --- a/iphone/Maps/Core/Routing/MWMRouter.mm +++ b/iphone/Maps/Core/Routing/MWMRouter.mm @@ -626,6 +626,9 @@ void logPointEvent(MWMRoutePoint * point, NSString * eventType) case routing::IRouter::PointsInDifferentMWM: case routing::IRouter::InternalError: case routing::IRouter::IntermediatePointNotFound: + case routing::IRouter::TransitRouteNotFoundNoNetwork: + case routing::IRouter::TransitRouteNotFoundTooLongPedestrian: + case routing::IRouter::RouteNotFoundRedressRouteError: if ([MWMRouter isTaxi]) return; [[MWMAlertViewController activeAlertController] presentAlert:code];