Android Device Monitor

Android Device Monitor is a stand-alone tool that provides a graphical user interface for several Android application debugging and analysis tools. The Monitor tool does not require installation of a integrated development environment, such as Eclipse, and encapsulates the following tools:

  1. DDMS
  2. Tracer for OpenGL ES
  3. Hierarchy Viewer
  4. Traceview
  5. Pixel Perfect magnification viewer
Android ships with a debugging tool called the Dalvik Debug Monitor Server (DDMS), which provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more.

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

Hierarchy Viewer allows you to debug and optimize your user interface. It provides a visual representation of the layout's View hierarchy (the Layout View) and a magnified inspector of the display (the Pixel Perfect View).

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

Pixel Perfect magnification viewer

For Android Studio Tools Click Here

No comments:

Post a Comment