Fix flutter drive crash issue when run in develop mode (#4492)
This commit is contained in:
parent
696f4710f1
commit
8446ae3c87
@ -382,7 +382,7 @@ class AndroidDevice extends Device {
|
||||
return startBundle(
|
||||
package,
|
||||
localBundlePath,
|
||||
traceStartup: platformArgs['trace-startup'],
|
||||
traceStartup: platformArgs['trace-startup'] ?? false,
|
||||
route: route,
|
||||
options: debuggingOptions
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user