Milad-Akarie / pretty_dio_logger

MIT License
220 stars 49 forks source link

Logging in main Thread #20

Open VictorYezhovLW opened 2 years ago

VictorYezhovLW commented 2 years ago

When logging long Json responses UI thread freezes. Need to move logging into separate isolate if possible

ghost commented 1 year ago

I can confirm, tried doing a test on a long JSON response (8113 rows), while the response is served in ~400ms, the UI freezes until Pretty Dio Logger finishes printing the response, which takes whole minutes.