Skip to content

Commit b112462

Browse files
committed
try this
1 parent cc84216 commit b112462

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

Dockerfile

-16
This file was deleted.

build-tools/automation/azure-pipelines.yaml

+8-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,14 @@ extends:
205205
-t:Install -c Debug -tl:off -v:diag
206206
-p:DotNetPreviewTool=$(System.DefaultWorkingDirectory)/bin/$(XA.Build.Configuration)/dotnet/dotnet
207207
displayName: Test Install
208-
continueOnError: false
208+
continueOnError: true
209+
- script: |
210+
waydroid --version
211+
uname --kernel-release
212+
cp /var/lib/waydroid/waydroid* $(Build.StagingDirectory)/
213+
sudo waydroid shell -- logcat -d | tee $(Build.StagingDirectory)/logcat.txt
214+
sudo dmesg | tee $(Build.StagingDirectory)/dmesg.txt
215+
displayName: Diagnostics
209216
- script: |
210217
waydroid session stop
211218
sudo waydroid container stop

0 commit comments

Comments
 (0)