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, {