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 9e09939 commit 586ec4fCopy full SHA for 586ec4f
.github/workflows/e2e.yml
@@ -87,5 +87,5 @@ jobs:
87
adb install latest.apk
88
adb shell pm grant com.nextcloud.android.beta android.permission.READ_EXTERNAL_STORAGE
89
adb logcat -c || true
90
- adb logcat E2E:V -v color &
+ adb logcat -s "E2E" -v color &
91
./gradlew connectedDebugAndroidTest || true
0 commit comments