{% extends "crashstats_base.html" %} {% block site_css %} {{ super() }} {% compress css %} {% endcompress %} {% endblock %} {% block page_title %} Crashes per Active Daily Install for {{ product }} {% endblock %} {% block content %}

Crashes per Active Daily Install

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.


Crashes per ADI

    {% if request.META.get('QUERY_STRING') %}
  • csv
  • {% else %}
  • csv
  • {% endif %}
{% if data_table.totals %} {% if form_selection == 'by_version' %} {% for version in versions %} {% endfor %} {% else %} {% for os in os_names %} {% endfor %} {% endif %} {% if form_selection == 'by_version' %} {% for version in versions %} {% endfor %} {% else %} {% for os in os_names %} {% endfor %} {% endif %} {% for crash_date in dates %} {% 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 %} {% 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 %} {% do foundos.append(1) %} {% endif %} {% endfor %} {% if not foundos %} {% endif %} {% endfor %} {% else %} {% for os in os_names %} {% endfor %} {% endif %} {% endif %} {% endfor %}
Date{{ version }}{{ os }}
Crashes ADI Throttle RatioCrashes ADI Throttle Ratio
{{ crash_date }}{{ crash_info.report_count | digitgroupseparator }} {{ crash_info.adu | digitgroupseparator }} {% if crash_info.throttle %}{{ crash_info.throttle * 100 }}%{% else %}-{% endif %} {{ crash_info.crash_hadu }}- - - -- - - -{{ crash_info.report_count | digitgroupseparator }} {{ crash_info.adu | digitgroupseparator }} {{ crash_info.throttle * 100 }}% {{ crash_info.crash_hadu }}%- - - -- - - -
{% else %}

No data is available for this query.

{% endif %}
{% endblock %} {% block site_js %} {{ super() }} {% compress js %} {% endcompress %} {% endblock %}