Open the crash report on crash-stats: {{ uuid_info['uuid'] }}.
The crash signature is {{ uuid_info['signature']|e }}.
{% if stack -%}Frame | Signature | Source | Changesets |
---|---|---|---|
{{ pos }} | {{ info['function']|e }} | {% if info['url'] -%} {{ info['filename']|e }}:{{ info['line'] }} {% else -%} {{ info['original']|e }}{% if info['line'] -%}:{{ info['line'] }}{% endif -%} {% endif -%} |
{% for chgset, i in info['changesets'].items() -%}
{{ i['score'] }}
{{ i['pushdate'].strftime('%Y-%m-%d') }}
{% if i['bugid'] > 0 %}{{ i['bugid'] }}{% endif %}
backout: {{ i['backedout'] }}
|