Visual Log for Android

Visual Log for Android

Wenga
Mar 15, 2017
  • 2.3.3 and up

    Android OS

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

더 보기

What's new in the latest 1.0.3

Last updated on Mar 15, 2017
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

Visual Log for Android apk 정보

최신 버전
1.0.3
카테고리
도구
Android OS
2.3.3 and up+
개발자
Wenga
콘텐츠 등급
All ages
APKPure에서 안전하고 빠른 APK 다운로드
APKPure는 바이러스 없는 Visual Log for Android APK 다운로드를 위해 서명 확인을 사용합니다.
APKPure 아이콘

APKPure 앱을통한매우빠르고안전한다운로드

한번의클릭으로 Android에 XAPK/APK 파일을설치할수있습니다!

다운로드 APKPure
thank icon
사용자 환경을 개선하기 위해 이 웹 사이트의 쿠키 및 기타 기술을 사용합니다.
이 페이지의 링크를 클릭하면 당사의 개인 정보 보호 정책쿠키 정책에 동의하는 것입니다.
더 알아보기