0

sometimes my app cannot compose the key in time for flurry. When it can't this is an exception that takes down the whole app. Is there any way to set Flurry so that it does not crash under these circumstances?

user1847544
  • 957
  • 2
  • 9
  • 17
  • You need to give more details. It is not at all clear what you mean. Where are you initalising flury? Where is the crash occuring? – Ifor Nov 28 '12 at 13:09

1 Answers1

0

Normally I define the key like this:

public final static String FLURRY_KEY = "your key...";

This won't give any problems, please show how you are trying to implement it if this isn't a possible solution.

Warpzit
  • 27,966
  • 19
  • 103
  • 155