We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09073a0 commit 39eecd5Copy full SHA for 39eecd5
dev/devicelab/lib/tasks/hot_mode_tests.dart
@@ -23,7 +23,7 @@ TaskFunction createHotModeTest() {
23
final File benchmarkFile = file(path.join(_editedFlutterGalleryDir.path, 'hot_benchmark.json'));
24
rm(benchmarkFile);
25
final List<String> options = <String>[
26
- '--hot', '-d', device.deviceId, '--benchmark', '--verbose', '--resident',
+ '--hot', '-d', device.deviceId, '--benchmark', '--verbose', '--resident', '--output-dill', path.join('build', 'app.dill')
27
];
28
int hotReloadCount = 0;
29
Map<String, dynamic> twoReloadsData;
0 commit comments