googleads / googleads-consent-sdk-android

Consent SDK
https://developers.google.com/admob/android/eu-consent
Apache License 2.0
100 stars 82 forks source link

please move you processing to a background thread #73

Open steelbytes opened 6 years ago

steelbytes commented 6 years ago

all that json processing with gson and other stuff shows up as a massive cpu spike blocking the ui main thread (AsyncTask)

(profiling with android studio 3.2)