Skip to content

Hot reload/restart events accumulate in IDE Notifications timeline, obscuring important alerts #8914

@khusantoy

Description

@khusantoy

Description

Every hot reload and hot restart triggers a "Reloading..." entry in the
IDE Notifications panel (bell icon). Over a typical development session,
these accumulate rapidly in the Timeline view, cluttering the panel and
burying genuinely important notifications (e.g., "Shortcuts conflicts").

Steps to Reproduce

  1. Open any Flutter project in Android Studio
  2. Run the app in debug mode
  3. Make changes and trigger hot reload/restart multiple times (Cmd+S or toolbar)
  4. Open the Notifications panel (bell icon, top-right)

Expected Behavior

Hot reload/restart events should either:

  • Not appear in the Notifications timeline at all (they are transient
    progress events, not persistent alerts), OR
  • Be grouped/collapsed into a single entry per session, OR
  • Use a lower-priority notification level that doesn't persist in timeline

Actual Behavior

Each hot reload adds a separate "Reloading..." entry to the Notifications
timeline. In a single session, 4–10+ entries accumulate, pushing critical
notifications (like shortcut conflicts or build errors) out of view.

Impact

Important notifications (e.g., "Shortcuts conflicts — Tilt and 16 more
shortcut conflict with macOS shortcuts") are buried below repeated
"Reloading..." entries, making them easy to miss.

Environment

[✓] Flutter (Channel stable, 3.41.7, on macOS 26.4.1 25E253 darwin-arm64, locale en-UZ) [1,015ms]
• Flutter version 3.41.7 on channel stable at /Users/xusanboy/develop/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision cc0734ac71 (32 hours ago), 2026-04-15 21:21:08 -0700
• Engine revision 59aa584fdf
• Dart version 3.11.5
• DevTools version 2.54.2
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets,
omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration

[✓] Android toolchain - develop for Android devices (Android SDK version 36.1.0) [2.8s]
• Android SDK at /Users/xusanboy/Library/Android/sdk
• Emulator version 36.5.10.0 (build_id 15081367) (CL:N/A)
• Platform android-36.1, build-tools 36.1.0
• ANDROID_HOME = /Users/xusanboy/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: flutter config --jdk-dir="path/to/jdk".
• Java version OpenJDK Runtime Environment (build 21.0.10+-117844308-b1163.108)
• All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 26.4.1) [2.3s]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17E202
• CocoaPods version 1.16.2

[✓] Chrome - develop for the web [4ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Connected device (4 available) [6.1s]
• SM A266B (mobile) • R5CY81SYQSM • android-arm64 • Android 16 (API 36)
• Zoirbek’s iPhone (wireless) (mobile) • 00008130-0008383C3A38001C • ios • iOS 26.3 23D127
• macOS (desktop) • macos • darwin-arm64 • macOS 26.4.1 25E253 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 147.0.7727.56
! Error: Browsing on the local area network for I.S.K.A.N.D.A.R. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this
Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)

[✓] Network resources [488ms]
• All expected network resources are available.

• No issues found!

Screenshots

Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions