Pergunta

  • 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.

Foi útil?

Solução

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.

Outras dicas

I contacted Flurry support and they gave me the 3.2.0 library to try (vs the current release version of 3.2.2), and the Android Toast message no longer appears at startup. I'll update this when it's completely resolved, but for now I'm going to do more testing with the older library.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top