We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9825d2 commit 512cbdbCopy full SHA for 512cbdb
packages/flutter_tools/lib/src/resident_runner.dart
@@ -682,7 +682,7 @@ abstract class ResidentHandlers {
682
/// use case is to look at the various layers in proportion to see what
683
/// contributes the most towards raster performance.
684
Future<bool> debugFrameJankMetrics() async {
685
- if (!supportsServiceProtocol || !isRunningDebug) {
+ if (!supportsServiceProtocol) {
686
return false;
687
}
688
for (final FlutterDevice device in flutterDevices) {
0 commit comments