/AndroidHelper

Helper application for gathering android logs and screen records with ease.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Android Helper

Android Helper is a small, yet useful, tool aimed for QA or developers who want to gather the device log, screen record, screenshots and device information. With one click you can get all the information that you need with ease.

Main Window

Configuration

Double click the java Jar file; a window will appear. The first and only parameter that the application need is the path of you adb executable. You can enter the path manually or click the choose button. After that you can click Save and you are all set.

File Chooser

Usage

The application can be configured to gather the following data from the device while you execute your apps. Everything will be executed in parallel and you can set to see the actual output in different windows or hide the windows.

  1. Device Log
  2. Screen Record
  3. Screen Capture
  4. Device Information

Run Example

Device Log

Executes logcat so you can get all the output from the standard output and standard error from the device.

Screen Record

Executes shell screenrecord that will record the display with no sound and only for 3 minutes tops. Gladly this application once the time limit has reached it will start to record another video as many times as you want until you click stop (Well the limit is 20 videos which is about 1 hour, plenty of time).

Screen Capture

Executes shell screencap that will take a screenshot of a device display. You can press the Capture Screen button at any time and get the picture taken.

Device Information

Executes shell getprop to get the properties of the system like manufacturer, model, platform name, OS version among others.

Results

After the execution all the data will be stored in transfers folder. Be aware that further executions will replace any current file inside this folder.

Result Example

Version

0.10.16b

Copyright

Copyright (c) Juan Silva All rights reserved