Crashes per Active Daily Install
Select a Report
Crashes per ADI by Version
All ADI ratios are generated per 100 ADIs, not per single ADI. "3.5 crashes/ADI" means that there are 3.5 crashes per 100 users, not per user. This ratio also does not distinguish between users who crash multiple times and multiple crashing users.
Crashes per 100 ADIs
This graph uses an approximate throttle value for each version, which may not be completely accurate for the entire time period.
{% if data_table.totals %}
{% else %}
| Date | {% if form_selection == 'by_version' %} {% for version in versions %}{{ version }} | {% endfor %} {% else %} {% for os in os_names %}{{ os }} | {% endfor %} {% endif %}||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Crashes | ADI | Throttle | Ratio | {% endfor %} {% else %} {% for os in os_names %}Crashes | ADI | Throttle | Ratio | {% endfor %} {% endif %}|||||||||||||||||
| {{ crash_date }} | {% if form_selection == 'by_version' %} {% if crash_date in data_table.dates %} {% for version in versions %} {% set foundversion = [] %} {% for crash_info in data_table.dates[crash_date] %} {% if crash_info.version == version %}{{ crash_info.report_count | digitgroupseparator }} | {{ crash_info.adu | digitgroupseparator }} | {% if crash_info.throttle %}{{ crash_info.throttle * 100 }}%{% else %}-{% endif %} | {{ crash_info.crash_hadu }} | {% do foundversion.append(1) %} {% endif %} {% endfor %} {% if not foundversion %}- | - | - | - | {% endif %} {% endfor %} {% else %} {% for version in versions %}- | - | - | - | {% endfor %} {% endif %} {% else %} {% if crash_date in data_table.dates %} {% for os in os_names %} {% set foundos = [] %} {% for crash_info in data_table.dates[crash_date] %} {% if crash_info.os == os %}{{ crash_info.report_count | digitgroupseparator }} | {{ crash_info.adu | digitgroupseparator }} | {{ crash_info.throttle * 100 }}% | {{ crash_info.crash_hadu }}% | {% do foundos.append(1) %} {% endif %} {% endfor %} {% if not foundos %}- | - | - | - | {% endif %} {% endfor %} {% else %} {% for os in os_names %}- | - | - | - | {% endfor %} {% endif %} {% endif %}
No data is available for this query.
{% endif %}