{% include 't_head.html' %}
Zoomed Console Output
×
{% include 't_sidebar.html' %}
{% include 't_navbar.html' %}
API Monitor 🗳
What do you want to monitor?
NOTE:
You can easily add more monitors by simply editing the json file called
api_monitor.json
{% for e in api_monitor %} {% if loop.index<=10 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>10 and loop.index<=20 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>20 and loop.index<=30 %}
{{ loop.index }}. {{e["Category"]}} {% if e["Comment"] is defined %}
→
{{e["Comment"]}} {% endif %}
{% endif %} {% endfor %}
NOTE:
Some APIs Monitors (e.g. 18, 19, 25, 26)
may not work on some devices.
If the target app crashes, try to exclude them one by one.
Reset Console Output
Save Console Output
APIs Monitor Console Output
Zoom
{{ api_monitor_console_output_str|safe }}
{% include 't_js_script.html' %} {% block scripts %} {% endblock %}