devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Flutter frames chart does not exits on profile mode

Open mdikcinar opened this issue 3 months ago • 0 comments

Hi, i see all flutter tools on debug mode but when i run flutter run --profile i only see Timeline events trace viewer on performance tab. How can i solve this problem. I already tried flutter clean.

Launching on an iPhone 12 device.

Flutter doctor results

[✓] Flutter (Channel stable, 3.19.6, on macOS 14.4 23E214 darwin-arm64, locale en-TR)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1)
[✓] Xcode - develop for iOS and macOS (Xcode 15.0)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.88.1)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!

Console logs

Launching lib/main.dart on Mustafa iPhone’u in profile mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: xxx
Running Xcode build...                                                  
 └─Compiling, linking and signing...                        15.8s
Xcode build done.                                           37.4s
You may be prompted to give access to control Xcode. Flutter uses Xcode to run your app. If access is not allowed, you can change this through your Settings > Privacy & Security > Automation.
[ERROR:flutter/shell/platform/darwin/graphics/FlutterDarwinContextMetalImpeller.mm(42)] Using the Impeller rendering backend.
Installing and launching...                                        64.1s
 
Flutter run key commands.
h List all available interactive commands.
c Clear the screen
q Quit (terminate the application on the device).
A Dart VM Service on Mustafa iPhone’u is available at: http://127.0.0.1:57415/6zSWPSj_Mlc=/
The Flutter DevTools debugger and profiler on Mustafa iPhone’u is available at: http://127.0.0.1:9101?uri=http://127.0.0.1:57415/6zSWPSj_Mlc=/

What i see Screenshot 2024-05-05 at 19 56 01 Screenshot 2024-05-05 at 19 56 15

mdikcinar avatar May 05 '24 17:05 mdikcinar