Skip to content

Commit 4f8d31f

Browse files
committed
dataconnect.yml: capture logcat for the entire duration of the test so that it doesn't get truncated
2 parents d7f7097 + 59839ee commit 4f8d31f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/dataconnect.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ jobs:
174174
cd firebase-dataconnect/emulator
175175
${{ env.FDC_FIREBASE_COMMAND }} emulators:start --only=auth >firebase.emulator.auth.log 2>&1 &
176176
177+
- name: Capture Logcat Logs
178+
run: adb logcat >logcat.log
179+
177180
- name: Gradle connectedCheck
178181
id: connectedCheck
179182
uses: reactivecircus/android-emulator-runner@v2
@@ -188,7 +191,7 @@ jobs:
188191
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
189192
disable-animations: true
190193
script: |
191-
set -eux && adb logcat -c && ./gradlew ${{ (inputs.gradleInfoLog && '--info') || '' }} :firebase-dataconnect:connectedCheck :firebase-dataconnect:connectors:connectedCheck || (adb logcat -d >logcat.log)
194+
set -eux && ./gradlew ${{ (inputs.gradleInfoLog && '--info') || '' }} :firebase-dataconnect:connectedCheck :firebase-dataconnect:connectors:connectedCheck
192195
193196
- name: Upload log file artifacts
194197
uses: actions/upload-artifact@v4

firebase-firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
* [fixed] Fixed a server and sdk mismatch in unicode string sorting. [#6615](//github.com/firebase/firebase-android-sdk/pull/6615)
2+
* [fixed] Fixed a server and SDK mismatch in unicode string sorting. [#6615](//github.com/firebase/firebase-android-sdk/pull/6615)
33

44
# 25.1.1
55
* [changed] Update Firestore proto definitions. [#6369](//github.com/firebase/firebase-android-sdk/pull/6369)

firebase-vertexai/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Unreleased
2-
- [changed] Internal improvements to correctly handle empty model responses.
2+
* [changed] Internal improvements to correctly handle empty responses from models.
33

44

55
# 16.0.2

0 commit comments

Comments
 (0)