,我開始使用谷歌Play遊戲服務前一陣子,昨天在檢查我不能幫助注意到這個錯誤的logcat:谷歌播放服務泄漏
E/DataBuffer(3183): Internal data leak within a DataBuffer object detected! Be sure to explicitly call close() on all DataBuffer extending objects when you are done with them. (internal object: [email protected])
它連續發生幾次。我不完全確定它爲什麼會出現。它不會讓我的應用崩潰,也不會讓谷歌成就/排行榜功能停止工作。
我只知道它與「unlockAchievementImmediate」和「submitScoreImmediate」函數有關。
有沒有人遇到過這個問題或者有什麼建議?
編輯:在我的應用我只能用 「unlockAchievementImmediate」 和 「submitScoreImmediate」。這些函數不返回任何需要關閉的緩衝區。
當我使用AppStateClient的onStateLoadedListener時(這很有趣,因爲沒有Buffer對象甚至被返回,所以不知道Google如何期待我關閉它)! – user2346305