[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update android_device.dart to have clearLogs not print to standard error #150197

Merged
merged 7 commits into from
Jun 24, 2024
Prev Previous commit
Next Next commit
Update android_device_test.dart
  • Loading branch information
reidbaker committed Jun 13, 2024
commit 0325a5c7921a0c3186e562e26836493a8a43d75a
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ flutter:
),
])
);
device.clearLogs()
device.clearLogs();
});

testWithoutContext('AndroidDevice lastLogcatTimestamp returns null if shell command failed', () async {
Expand Down
Loading