Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Visual Log for Android icon

Visual Log for Android


Wenga
1.0.3
  • COMING SOON
    Update date
  • 2.3.3 and up
    Android OS

About Visual Log for Android

A perfect log tool for developers or testers to check log on mobile screen!

Visual Log for Android could show log on mobile screen directly! If you are an android developer,you do not need check log in Android Studio or other IDE. If you are a tester, you could capture some logs more convenient!

Add VisualLogger to your project (More to see https://github.com/onlywenga/VisualLogger)

// Add it in your root build.gradle at the end of repositories:

allprojects {

repositories {

...

maven { url 'https://jitpack.io' } <-- add this line

}

}

// Add the dependency in project build.gradle

dependencies {

compile 'com.github.onlywenga:VisualLogger:v1.0.0' <-- add this line

}

// Init VisualLogger and Use it

public class MainActivity extends AppCompatActivity {

@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

VisualLog.init(this); <-- add this line just once

setContentView(R.layout.activity_main);

if(DEBUG){

VisualLog.d("MainActivity","onCreate"); <-- use it anywhere you want

}

}

}

Tips:

* click log level mark to filter same level.

* long click item to filter same tag.

* click item to switch sample/complex mode.

* click floating button to open/close floating log.

About Permission:

* android.permission.INTERNET

Sorry for showing banner advertisement in home page.

* android.permission.SYSTEM_ALERT_WINDOW

An important permission to show floating log layer.

* android.permission.WRITE_EXTERNAL_STORAGE

If you want to export log, you need grant this permission

Show More

Additional APP Information

Latest Version

1.0.3

Requires Android

2.3.3 and up

Content Rating

All ages

What's New in the Latest Version 1.0.3

Last updated on Mar 15, 2017

This release includes minor bug fixes and general improvements. Update to the latest version for the best experience.

Show More

Visual Log for Android Screenshots

Visual Log for Android posterVisual Log for Android screenshot 1Visual Log for Android screenshot 2Visual Log for Android screenshot 3Visual Log for Android screenshot 4Visual Log for Android screenshot 5

Related Tags

Popular Articles In Last 24 Hours

Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.