I started using Google Play Game Services a while ago, and yesterday while checking the logcat I couldnt help to notice this error:
E/DataBuffer(3183)
Any SubClass of Data Buffer needs to be released. So after you are done with that object release it.
Data Buffer object contains a release() method so after you are done with that object just release it using databuffer.release();.
release()
databuffer.release();