From ea702319361a5dd3da23099e199822e547e9f871 Mon Sep 17 00:00:00 2001 From: Jason Cassidy <47318351+jcassidyav@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:13:47 +0100 Subject: [PATCH] fix: logging after app restart on android --- lib/common/mobile/android/logcat-helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/mobile/android/logcat-helper.ts b/lib/common/mobile/android/logcat-helper.ts index 0c8bdf66cf..76268ec07e 100644 --- a/lib/common/mobile/android/logcat-helper.ts +++ b/lib/common/mobile/android/logcat-helper.ts @@ -231,7 +231,7 @@ export class LogcatHelper implements Mobile.ILogcatHelper { ]; if (appId) { - logcatCommand.push(`--regex=START.*${appId}`); + logcatCommand.push(`--regex=Start.*${appId}`); } const appStartTrackingStream = await adb.executeCommand(logcatCommand, {