Commit d33fd923 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Print locale in flutter doctor (#10204)

This helps to debug encoding issues that are believed to only happen for certain locales (see https://github.com/flutter/flutter/issues/10198 fo example).

DO NOT SUBMIT until Dart SDK has been bumped (https://github.com/flutter/flutter/pull/10110) as this depends on new API.
parent f21abb6e
......@@ -225,7 +225,7 @@ class _FlutterValidator extends DoctorValidator {
}
return new ValidationResult(valid, messages,
statusInfo: 'on ${os.name}, channel ${version.channel}');
statusInfo: 'on ${os.name}, locale ${platform.localeName}, channel ${version.channel}');
}
}
......
......@@ -20,7 +20,7 @@ dependencies:
meta: ^1.0.5
mustache: ^0.2.5
package_config: '>=0.1.5 <2.0.0'
platform: 2.0.0
platform: 2.1.0
process: 2.0.3
quiver: ^0.24.0
stack_trace: ^1.4.0
......
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