From f9c6b4bd2dbeeedec268128090a5bfcc5b6ed161 Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Tue, 13 Nov 2018 13:05:50 +0300 Subject: [PATCH] [android] Fixed crash - response is non utf8 string (html) --- map/bookmark_catalog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/map/bookmark_catalog.cpp b/map/bookmark_catalog.cpp index eda1b2131e..41b2b5341d 100644 --- a/map/bookmark_catalog.cpp +++ b/map/bookmark_catalog.cpp @@ -331,8 +331,7 @@ void BookmarkCatalog::RequestTagGroups(std::string const & language, } else { - LOG(LWARNING, ("Tags request error. Code =", resultCode, - "Response =", request.ServerResponse())); + LOG(LWARNING, ("Tags request error. Code =", resultCode); } } if (callback)