devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Support reviewing history for the logging screen

Open devoncarew opened this issue 7 years ago • 4 comments

There's currently no visual change in the logging page when we lose the device connection. We should make sure there is (put a subtle transparent overlay on the logging items?), and do something similar on the other pages as well.

devoncarew avatar Sep 26 '18 20:09 devoncarew

The page footer says "no device connected". Upon losing connection, a toast-like dialog is also shown.

kenzieschmoll avatar Mar 19 '19 22:03 kenzieschmoll

Actually perhaps we should show this UI when we lose device connection? This would be more obvious than the message in the footer. Screen Shot 2019-03-19 at 3 55 46 PM

kenzieschmoll avatar Mar 19 '19 22:03 kenzieschmoll

We do this now, however, users loose all info about the app session (we switch to the connect screen and remove all the other screens). We may want to adjust this as being able to go back and look at data for the app is useful (memory usage? logs info? the timeline info for the last few frames?).

devoncarew avatar Mar 18 '20 16:03 devoncarew

This can be supported by a combination of:

  1. implementing support for loading offline data for the logging screen: https://github.com/flutter/devtools/issues/4470
  2. ensuring the logging screen supports reviewing history on disconnect - see this commit for reference.

kenzieschmoll avatar May 26 '23 21:05 kenzieschmoll