bitmovin / bitmovin-player-android-analytics-conviva

Integration of the Bitmovin Android Player SDK with the Conviva Analytics
MIT License
1 stars 4 forks source link

Bugfix: remove BuildConfig.DEBUG check #41

Closed sinewave440hz closed 2 years ago

sinewave440hz commented 2 years ago

Using the value of BuildConfig.DEBUG (to decide whether or not to add parameters when initialising Conviva) was causing problems. This PR removes that check and replaces it with a check on the config parameters that are to be added.