Fix flutter drive crash issue when run in develop mode (#4492)

This commit is contained in:
Kaiyuan Wang 2016-06-09 12:39:14 -07:00 committed by Devon Carew
parent 696f4710f1
commit 8446ae3c87

View File

@ -382,7 +382,7 @@ class AndroidDevice extends Device {
return startBundle( return startBundle(
package, package,
localBundlePath, localBundlePath,
traceStartup: platformArgs['trace-startup'], traceStartup: platformArgs['trace-startup'] ?? false,
route: route, route: route,
options: debuggingOptions options: debuggingOptions
); );