SIGN IN SIGN UP

[flutter tools] Fix an assert in IOSSimulator.getLogReader (#56630)

`assert(app is IOSApp)` fails if `app` is null, and `app` is an
optional argument. `app` is passed to `_IOSSimulatorLogReader`, which
already handles it being null.
J
James D. Lin committed
631cd4d0bedb228237d93b7f9746b7aa0d4ed0c9
Parent: a849daf
Committed by GitHub <noreply@github.com> on 5/8/2020, 4:10:55 AM