googleads-consent-sdk-android
googleads-consent-sdk-android copied to clipboard
please move you processing to a background thread
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)