Unverified Commit 3202d228 authored by liyuqian's avatar liyuqian Committed by GitHub

--verbose-logging to verbose-logging in android (#29383)

Sorry that I missed the typo during the review of https://github.com/flutter/flutter/pull/29321
parent 428d1040
......@@ -440,7 +440,7 @@ class AndroidDevice extends Device {
if (debuggingOptions.useTestFonts)
cmd.addAll(<String>['--ez', 'use-test-fonts', 'true']);
if (debuggingOptions.verboseSystemLogs) {
cmd.addAll(<String>['--ez', '--verbose-logging', 'true']);
cmd.addAll(<String>['--ez', 'verbose-logging', 'true']);
}
}
cmd.add(apk.launchActivity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment