{% include 't_head.html' %}
{% 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 %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>10 and loop.index<=20 %}
{% endif %} {% endfor %}
{% for e in api_monitor %} {% if loop.index>20 and loop.index<=30 %}
{% 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

APIs Monitor Console Output


{% include 't_js_script.html' %} {% block scripts %} {% endblock %}