cpp-android-basic-samples icon indicating copy to clipboard operation
cpp-android-basic-samples copied to clipboard

data leak in com.google.android.gms.common.data.DataHolder

Open stolk opened this issue 8 years ago • 1 comments

A data leak is reported for com.google.android.gms.common.data.DataHolder

W/GamesServiceBroker( 1907): Client connected with SDK 8115000, Services 10084030, and Games 39080030
I/ActivityManager(  953): Killing 7873:com.sec.android.app.mss/u0a26 (adj 15): empty #43
W/GamesServiceBroker( 1907): Client connected with SDK 8487000, Services 10084030, and Games 39080030
W/GamesServiceBroker( 1907): Client connected with SDK 8487000, Services 10084030, and Games 39080030
E/DataBuffer( 1907): Internal data leak within a DataBuffer object detected!  Be sure to explicitly call release() on all DataBuffer extending objects when you are done with them. (internal object: com.google.android.gms.common.data.DataHolder@42b732c8)
V/GamesNativeSDK( 8346): Play Games callback indicates connection.
I/GamesNativeSDK( 8346): Successfully connected to Google Play.

stolk avatar Dec 18 '16 21:12 stolk

Thanks, I'll pass it along to the SDK team.

claywilkinson avatar Dec 21 '16 21:12 claywilkinson