Skip to content

Commit 586ec4f

Browse files
stefan-niedermannAndyScherzinger
authored andcommitted
Limit logs to "E2E" tag
Signed-off-by: Stefan Niedermann <info@niedermann.it> Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 9e09939 commit 586ec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
adb install latest.apk
8888
adb shell pm grant com.nextcloud.android.beta android.permission.READ_EXTERNAL_STORAGE
8989
adb logcat -c || true
90-
adb logcat E2E:V -v color &
90+
adb logcat -s "E2E" -v color &
9191
./gradlew connectedDebugAndroidTest || true

0 commit comments

Comments
 (0)