Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update android_device.dart to have clearLogs not print to standard er…
…ror (#150197) Even though this does not fix the below issue lets land this anyway as not logging to stderr when clearing logs makes sense to me. related flutter/flutter#150093 The test added is bad. It does not verify the behavior changed. To verify the behavior changed correctly I would need to modify the generic device class to have clearLogs be an async function like many of the other calls. That would mean modifying every other device type and their implementations and their tests. Then I would need to update android_device to expose its logger. That is more than I have time for to validate a 2% flake error. Feel free to disagree in the comments on this pr.
- Loading branch information