Crashes per Active Daily User
Select a Report
Crashes per ADU by Version
All ADU ratios are generated per 100 ADUs, not per single ADU. "3.5 crashes/ADU" 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 ADUs
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|reverse %}{{ version }} | {% endfor %} {% else %} {% for os in os_names %}{{ os }} | {% endfor %} {% endif %}||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Crashes | ADU | Throttle | Ratio | {% endfor %} {% else %} {% for os in os_names %}Crashes | ADU | Throttle | Ratio | {% endfor %} {% endif %}|||||||||||||||||
| {{ crash_date }} | {% if form_selection == 'by_version' %} {% if crash_date in data_table.dates %} {% for version in versions|reverse %} {% 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|reverse %}- | - | - | - | {% 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 %}
| Total | {% for product_version in data_table.totals | sort | reverse %} {% set total = data_table.totals[product_version] %}{{ total.crashes | digitgroupseparator }} | {{ total.adu | digitgroupseparator }} | {{ total.throttle * 100 }}% | {{ total.ratio }}% | {% endfor %}||||||||||||||||||||
No data is available for this query.
{% endif %}