Search code examples
androidflurry

SD HTTP RESPONSE CODE:200 error with Flurry


  • I am using latest sdk of Flurry Analytics v3.2.2
  • But i got below error TOAST when i run my application .

    SD HTTP RESPONSE CODE:200

  • i don't know from where it comes and how. I goggled it but got nothing.

  • Please tell me if anyone got this type of error using Flurry analytic SDK and how to solve it.


Solution

  • This Toast appear when you have enable logs on the version 3.2.2 :

            FlurryAgent.setLogEnabled(true);
            FlurryAgent.setLogLevel(android.util.Log.VERBOSE);
    

    So, don't worry, when you are in release, just disable the logs of flurry.