Add master channel to performance issue template (#32345)

I helped the daily mail debug a performance issue on I/O yesterday. Not
using the master branch could be wasting a lot of time due to old bugs.
This commit is contained in:
liyuqian 2019-05-09 10:37:34 -07:00 committed by GitHub
parent 3a6acb8c25
commit 3436e165c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,10 +28,15 @@ assignees: ''
2. Please attach a small application (ideally just one main.dart file) that
reproduces the problem. You could use https://gist.github.com/ for this.
3. Run this app on a physical device using profile mode with Skia tracing
enabled, as follows:
3. Switch flutter to master channel and run this app on a physical device
using profile mode with Skia tracing enabled, as follows:
flutter channel master
flutter run --profile --trace-skia
Press P to enable the performance overlay.
Then press P to enable the performance overlay.
The bleeding edge master channel is encouraged here because Flutter is
constantly fixing bugs and improving its performance. Your problem in an
older Flutter version may have already been solved in the master channel.
4. Record a video of the performance issue using another phone so we
can have an intuitive understanding of what happened. Dont use