Crashlytics / Firebase中的搜索选项,可以在其中按崩溃名称进行搜索? [英] Search option in Crashlytics/Firebase where I can search by the name of the crash?

查看:73
本文介绍了Crashlytics / Firebase中的搜索选项,可以在其中按崩溃名称进行搜索?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Crashlytics / Firebase中是否有搜索选项,我可以在其中按崩溃名称进行搜索,例如

Is there search option in Crashlytics/Firebase where I can search by name of the crash like for example


java.lang.IllegalStateException :预期为BEGIN_ARRAY,但在第1行第3列STRING处

java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 3

现在有搜索选项,如果我搜索预期是BEGIN_ARRAY ,然后我得到了包含该错误的所有错误。

Now is there search option where if I search for Expected BEGIN_ARRAY, then I got all the errors containing that.

我到处搜索但没有找到任何东西

I have searched everywhere but didn't find anything

推荐答案

作为Mike Bonnell回答的后续内容,一旦将Firebase链接到BigQuery,您将希望运行以下内容:

As a follow-on from Mike Bonnell's answer, once you've linked Firebase to BigQuery, you'll want to run something like:

SELECT * 
FROM `com.example.yourpackage`
WHERE exceptions.exception_message CONTAINS "Expected BEGIN_ARRAY"

Crashlytics BigQuery导出字段的完整列表为在文档中可用

A full list of Crashlytics BigQuery export fields are available in the docs.

这篇关于Crashlytics / Firebase中的搜索选项,可以在其中按崩溃名称进行搜索?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆