We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10b817 commit 86d9f29Copy full SHA for 86d9f29
lib/common/mobile/android/logcat-helper.ts
@@ -231,7 +231,7 @@ export class LogcatHelper implements Mobile.ILogcatHelper {
231
];
232
233
if (appId) {
234
- logcatCommand.push(`--regex=START.*${appId}`);
+ logcatCommand.push(`--regex=Start.*${appId}`);
235
}
236
237
const appStartTrackingStream = await adb.executeCommand(logcatCommand, {
0 commit comments