-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inactivity, disconnecting from the service push notification #3527
Comments
Hi @mouryaavadhesh, |
import 'dart:convert'; import 'package:firebase_messaging/firebase_messaging.dart'; import 'package:vahak/colors/theme_color.dart'; void main() => runApp(MyApp()); class MyApp extends StatefulWidget { class _MyAppState extends State {
} @OverRide
// visualDensity: VisualDensity.adaptivePlatformDensity,
} static Future myBackgroundMessageHandler(Map<String, dynamic> message) {
} |
E:\flutter\bin\flutter.bat doctor --verbose [√] Android toolchain - develop for Android devices (Android SDK version 29.0.3) [√] Chrome - develop for the web [√] Android Studio (version 4.0) [√] VS Code (version 1.48.2) [√] Connected device (2 available) • No issues found! |
Find the detail I have posted above |
@mouryaavadhesh, |
This happens every time when I start the app and go into the background and then when notification received and click on that this happens
W/IInputConnectionWrapper(18909): getSelectedText on inactive InputConnection
W/IInputConnectionWrapper(18909): getTextAfterCursor on inactive InputConnection
V/FA (18909): Connecting to remote service
D/FA (18909): Connected to remote service
V/FA (18909): Processing queued up service tasks: 1
V/FA (18909): Recording user engagement, ms: 17536
V/FA (18909): Activity paused, time: 64480659
D/EGL_emulation(18909): eglMakeCurrent: 0xd4b1a4e0: ver 3 1 (tinfo 0xd4b0f7b0)
D/FA (18909): Application going to the background
W/FirebaseMessaging(18909): Missing Default Notification Channel metadata in AndroidManifest. Default value will be used.
D/EGL_emulation(18909): eglCreateContext: 0xac539160: maj 3 min 1 rcv 4
D/EGL_emulation(18909): eglMakeCurrent: 0xac539160: ver 3 1 (tinfo 0xd4be3490)
V/FA (18909): Activity resumed, time: 64486708
D/EGL_emulation(18909): eglMakeCurrent: 0xd4b1a4e0: ver 3 1 (tinfo 0xd4b0f7b0)
D/EGL_emulation(18909): eglMakeCurrent: 0xac539160: ver 3 1 (tinfo 0xd4be3490)
V/FA (18909): Inactivity, disconnecting from the service
The text was updated successfully, but these errors were encountered: