Crashlyticsのクラッシュリポートは、必要な回答を直ぐに得られるよう設計されています。 単にスタックトレースを表示するのではなく、スレッドを分析して問題ない行は優先度を下げて表示し、重要な行は強調して表示します。 これにより、スタックトレースを読むのが簡単に早く、より便利になります。
Crash ReportingCrash reports by Crashlytics are designed to get you the answers you need quickly. Instead of just showing you the stack trace, we analyze the threads to de-prioritize lines that don’t matter while highlighting the interesting ones. This makes reading stack traces easier, faster, and more useful. |
Crashlytics は、各クラッシュを発生原因と思われるソースコードごとに集約します。 例えば、30,000個のクラッシュが発生している場合、これらは20個のソース上の問題によって引き起こされている可能性があります。 Crashlytics はこれら20個を識別し、影響レベルと呼ばれる重要度を付けます。
Crashes and IssuesCrashlytics aggregates crashes by source issue- particular lines of code that seem to be causing the same type of crash. If, for example, you had 30,000 crashes reported, these may be attributable to 20 source issues. Crashlytics will identify those 20 and assign them a level of severity, called an impact level. |
影響を受けたユニークユーザー数、合計発生数、クラッシュの発生頻度といった要素を基に、問題(issue)はランク付けされます。
この目的は、最も重要で影響の大きい問題を真っ先に提示することにあります。 これによってユーザーにもっとも影響を与えている問題を判別し、優先して対処することができます。 発生している問題の影響レベルが変更された場合にも、Crashlytics は警告を表示します。
Defining Impact LevelWe rank each issue based on a number of different factors, including the number of unique users affected and the total count and frequency of the crash. Our goal is to show you the most significant, high impact issues first. This way, you know which ones to address that will have the most positive impact on your user base. Crashlytics will also alert you if the impact level of a given issue changes. |
問題を修正したと判断した場合、Fabric ダッシュボード上で “closed”とマークすることができます。 解決済み(closed)にした問題が原因で新たにクラッシュが発生した場合、アプリのバージョンが変わっていなければ問題は解決済み(closed)のままです。 そのため解決済み問題に追加され、そのまま処理されます。
新しいバージョンをリリースした後に再度同じ問題が発生した場合、新しい問題が作成されます。問題が発生した場合、それをEメールであなたに通知するかどうかを選べます。
Closing IssuesWhen you believe you’ve fixed an issue, you can mark is as “closed” in the Fabric dashboard. If a new crash comes in for a closed issue for that version of the app, the issue will remain closed. However, any crashes for it are still handled and added to the closed issue. If you release a new version and it occurs again, a new issue will be created. You can choose to be notified by email if this happens. |
問題一覧のページでは、解決済みの問題や特定のバージョンで発生した問題をフィルタすることができます。
Filtering Closed IssuesOn the Issue list page, you can use filters to see all closed issues or issues for a certain version using those filters. |
ある特定のクラッシュを探している場合、ユーザー情報やカスタムキーやログを基にして検索することができます。以下の情報も同様に検索に使えます:
既定では全ての検索はワイルドカード検索で行われ、ビルドにフィルタすることができます。
Searching IssuesIf you’re looking for a specific crash, you can search on all user information, custom keys and logs, as well as:
All searches by default are trailing wildcard searches and you can filter by build. |