每当连接被挂起时,GoogleApiClient
都会记录以下错误(即,每当调用onConnectionSuspended()
回调时):
GmsClient E Calling connect() while still connected, missing disconnect().
似乎客户端会自动调用connect()
或reconnect()
以响应可能的暂时性错误。如果错误在10秒左右内未解决,则会调用onConnectedFailed()
回调。
此错误消息是误报,还是表明我使用GMS API时遇到了实际问题?我正在使用Cast API,如果这很重要。
答案 0 :(得分:2)
该消息无害。你看到有任何副作用吗?