Skip to content

Commit 3b8bd2f

Browse files
stefan-niedermannAndyScherzinger
authored andcommitted
Limit logs to com.nextcloud.* packages
Signed-off-by: Stefan Niedermann <[email protected]> Signed-off-by: Andy Scherzinger <[email protected]>
1 parent 367d3f0 commit 3b8bd2f

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 *:I -v color &
90+
adb logcat com.nextcloud.*:I -v color &
9191
./gradlew connectedDebugAndroidTest || true

0 commit comments

Comments
 (0)