Unverified Commit 512cbdb9 authored by Kaushik Iska's avatar Kaushik Iska Committed by GitHub

Enable jank metric collection in profile mode (#102334)

parent c9825d24
......@@ -682,7 +682,7 @@ abstract class ResidentHandlers {
/// use case is to look at the various layers in proportion to see what
/// contributes the most towards raster performance.
Future<bool> debugFrameJankMetrics() async {
if (!supportsServiceProtocol || !isRunningDebug) {
if (!supportsServiceProtocol) {
return false;
}
for (final FlutterDevice device in flutterDevices) {
......
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