0

I am working on an android app. I am adding custom atrributes which are integers to a crashlytics custom event. In crashlytics dashboard it is showing me some metric attribute which I don't know. For string it is events count.

code:

 Answers.getInstance().logCustom(new CustomEvent("Specific screen")
          .putCustomAttribute("userid", 1));

enter image description here

AJ Seraspi
  • 113
  • 1
  • 14
dark knight
  • 303
  • 1
  • 4
  • 15

0 Answers0