Visual Log for Android

Visual Log for Android

Wenga
2017年03月15日
  • 2.3.3 and up

    Android OS

关于Visual Log for Android

对于开发人员或测试人员一个完善的日志工具来检查日志的手机屏幕上!

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

更多

最新版本1.0.3的更新日志

Last updated on 2017年03月15日
Minor bug fixes and improvements. Install or update to the newest version to check it out!
更多

视频和屏幕截图

  • Visual Log for Android 海报
  • Visual Log for Android 截图 1
  • Visual Log for Android 截图 2
  • Visual Log for Android 截图 3
  • Visual Log for Android 截图 4
  • Visual Log for Android 截图 5
APKPure 图标

在APKPure上极速安全下载应用

一键安装安卓XAPK/APK文件!

下载 APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies