我正在开发一个安卓应用程序。我正在将整数的自定义属性添加到 crashlytics 自定义事件中。在 crashlytics 仪表板中,它向我显示了一些我不知道的指标属性。对于字符串,它是事件计数。
代码:
Answers.getInstance().logCustom(new CustomEvent("Specific screen")
.putCustomAttribute("userid", 1));
我正在开发一个安卓应用程序。我正在将整数的自定义属性添加到 crashlytics 自定义事件中。在 crashlytics 仪表板中,它向我显示了一些我不知道的指标属性。对于字符串,它是事件计数。
代码:
Answers.getInstance().logCustom(new CustomEvent("Specific screen")
.putCustomAttribute("userid", 1));