我在两个android项目中遇到这个问题。在一个我试图从Firebase检索数据到Recyclerview和另一个我尝试使用电话号码登录但在两种情况下logcat显示V / FA:
Inactivity, disconnecting from the service
答案 0 :(得分:5)
Inactivity, disconnecting from the service
您需要按照几个步骤来解决此问题。
Reason: You face this problem because in the background there are few-thread and the process is running in the android studio which uses the connection of firebase and your process not get the connection.
步骤:
它需要几分钟并且重新启动你的android studio并且错误消失了。 因为所有后端线程和进程都已关闭。
快乐编码。