Remove support for deprecated logs 09/240009/2
authorBartlomiej Grzelewski <b.grzelewski@samsung.com>
Fri, 31 Jul 2020 10:31:49 +0000 (12:31 +0200)
committerBartlomiej Grzelewski <b.grzelewski@samsung.com>
Wed, 23 Sep 2020 09:02:22 +0000 (11:02 +0200)
tts prefix tw to prevent names conflict inside screen reader.

Change-Id: I7776789a96d2beafeea19b6942311597fba4e5f7

src/batch/BatchRunner.cpp

index c5781863fa57b1e7f6aa9e82125a5c8ab3c12299..412252caa8758c3ad7fba23e6948ff007ff9bd9d 100644 (file)
@@ -1636,8 +1636,7 @@ static void threadFunc(StatPtr result, std::unique_ptr<BatchExecutor> exec, std:
                                if (!w.searchLine) {
                                        *w.found = true;
                                } else {
-                                       if (txt.find("(tts_speak_customized)") != std::string::npos
-                                               || txt.find("(tw_speak_customized)") != std::string::npos) {
+                                       if (txt.find("(tw_speak_customized)") != std::string::npos) {
                                                static const auto prefix = std::string{ "TTS reading text '" };
                                                static const auto postfix = std::string{ "'" };