mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Switch drive_service from using deprecated version of --record-memory-profile flag. (#86122)
This commit is contained in:
parent
0dbb74eb42
commit
1a0d873e2e
@ -261,7 +261,7 @@ class FlutterDriverService extends DriverService {
|
||||
if (profileMemory != null) {
|
||||
unawaited(_devtoolsLauncher.launch(
|
||||
Uri.parse(_vmServiceUri),
|
||||
additionalArguments: <String>['--profile-memory=$profileMemory'],
|
||||
additionalArguments: <String>['--record-memory-profile=$profileMemory'],
|
||||
));
|
||||
// When profiling memory the original launch future will never complete.
|
||||
await _devtoolsLauncher.processStart;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user