“flutter run” starts the app but no logs / hot reload / debug output anymore
Summary An Honor device connected via USB debugging suddenly stopped providing log output and hot reload functionality after a successful flutter run. The Gradle build and APK installation completed, but the observatory/VM service connection failed to establish silently. This broke log streaming, stdin command processing (hot reload/restart), and debugging. The root cause was likely a … Read more