Skip to content

Commit 86d9f29

Browse files
authored
fix(android): logging after app restart (#5815)
1 parent d10b817 commit 86d9f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/mobile/android/logcat-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export class LogcatHelper implements Mobile.ILogcatHelper {
231231
];
232232

233233
if (appId) {
234-
logcatCommand.push(`--regex=START.*${appId}`);
234+
logcatCommand.push(`--regex=Start.*${appId}`);
235235
}
236236

237237
const appStartTrackingStream = await adb.executeCommand(logcatCommand, {

0 commit comments

Comments
 (0)