标签: android firebase crashlytics
目前,我们正在整合firebase crashlytics。我使用" Crashlytics.setUserIdentifier(" xxxx")"设置了用户标识符。另外,请查看崩溃报告中的用户ID。有没有办法过滤掉特定的用户崩溃报告/事件?。
答案 0 :(得分:0)
只需遵循the documentation:
FirebaseCrashlytics.getInstance().setUserId("12345");