traceview

Tool to profile performance of Android applications

Install

All systems
curl cmd.cat/traceview.sh
Debian Debian
apt-get install androidsdk-traceview
Ubuntu
apt-get install traceview
Windows (WSL2)
sudo apt-get update sudo apt-get install traceview
Raspbian
apt-get install traceview

androidsdk-traceview

Tool to profile performance of Android applications

Traceview is a graphical viewer for execution logs saved by your application. It can help you debug your application and profile its performance.

traceview

Graphical profiler for Android application execution logs

Traceview is a graphical viewer for execution logs that you create by using the Debug class to log tracing information in your code. Traceview can help you debug your application and profile its performance. This package provides the standalone launcher of Traceview. However it is deprecated, please use Android Device Monitor instead.