V / FA:不活动,断开与服务的连接

时间:2017-09-06 16:58:59

标签: android firebase firebase-authentication logcat

我在两个android项目中遇到这个问题。在一个我试图从Firebase检索数据到Recyclerview和另一个我尝试使用电话号码登录但在两种情况下logcat显示V / FA:

 Inactivity, disconnecting from the service

1 个答案:

答案 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.

步骤:

  1. 从您的手机/模拟器中卸载应用程序。
  2. 然后转到android studio中主菜单栏中的File选项。
  3. 然后点击Invalidatecasha / restart。
  4. 它需要几分钟并且重新启动你的android studio并且错误消失了。 因为所有后端线程和进程都已关闭。

    快乐编码。