Skip to content

Commit 4046cf8

Browse files
test,android: fix for logcat format in Android 11
1 parent c4aca45 commit 4046cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mobile-test/android/node-android-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parseLogcat() {
3030
RESULT=$(parseLogcat)
3131

3232
# Echo the raw stdout and stderr
33-
adb $TARGET shell 'logcat -d -b main -v raw -s TestNode:E -s TestNode:I -s nodejs | sed -E ''s/^RESULT:[A-Z]*//'' '
33+
adb $TARGET shell 'logcat -d -b main -v raw -s TestNode:E -s TestNode:I -s nodejs | sed -E ''s/^RESULT:[A-Z]*//'' | sed "/^--------- beginning of main$/d" '
3434

3535
if [ $RESULT -eq 1 ]; then
3636
exit $RESULT

0 commit comments

Comments
 (0)