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.
adb
xharness android adb
1 parent 97062d5 commit e1cc0c5Copy full SHA for e1cc0c5
integration-test/android.Tests.ps1
@@ -78,8 +78,8 @@ Describe 'MAUI app' -ForEach @(
78
Write-Host "Waiting for app..."
79
Start-Sleep -Seconds 1
80
81
- $procid = (& adb shell pidof "io.sentry.dotnet.maui.device.integrationtestapp") -replace '\s', ''
82
- $activity = (& adb shell dumpsys activity activities) -match "io\.sentry\.dotnet\.maui\.device\.integrationtestapp"
+ $procid = (& xharness android adb -- shell pidof "io.sentry.dotnet.maui.device.integrationtestapp") -replace '\s', ''
+ $activity = (& xharness android adb -- shell dumpsys activity activities) -match "io\.sentry\.dotnet\.maui\.device\.integrationtestapp"
83
84
} while ($procid -and $activity)
85
0 commit comments