有没有办法在firebase crashlytics中唯一标识用户

时间:2018-04-18 19:02:32

标签: android firebase crashlytics

目前,我们正在整合firebase crashlytics。我使用" Crashlytics.setUserIdentifier(" xxxx")"设置了用户标识符。另外,请查看崩溃报告中的用户ID。有没有办法过滤掉特定的用户崩溃报告/事件?。

1 个答案:

答案 0 :(得分:0)

只需遵循the documentation

FirebaseCrashlytics.getInstance().setUserId("12345");