playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.46k stars 964 forks source link

Log Spam in AndroidSavedGameClient.cs #3054

Open toxikman opened 3 years ago

toxikman commented 3 years ago

There are two instances of Debug.Log being used instead of OurUtils.Logger.d(). Therefore when logging is disabled and your game uses Save Game system, you'll see spam like:

commitAndClose.succeed
commitAndClose.succeed
commitAndClose.succeed
commitAndClose.succeed

Just search for "Debug.Log" to find them in AndroidSavedGameClient.cs