Visual Log for Android

Visual Log for Android

Wenga
Mar 15, 2017
  • 2.3.3 and up

    Android OS

Visual Log for Android hakkında

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

Daha Fazla Göster

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!
Daha Fazla Göster

Videolar ve ekran görüntüleri

  • Visual Log for Android gönderen
  • Visual Log for Android Ekran Görüntüsü 1
  • Visual Log for Android Ekran Görüntüsü 2
  • Visual Log for Android Ekran Görüntüsü 3
  • Visual Log for Android Ekran Görüntüsü 4
  • Visual Log for Android Ekran Görüntüsü 5

Visual Log for Android APK Bilgileri

En son sürüm
1.0.3
Kategori
Araçlar
Android OS
2.3.3 and up+
Geliştirici
Wenga
İçerik derecelendirmesi
All ages
Güvenli ve Hızlı APK İndirmeleri APKPure'de
APKPure, virüssüz Visual Log for Android APK indirmelerini sağlamak için imza doğrulaması kullanır.
APKPure simgesi

APK Uygulaması ile Süper Hızlı ve Güvenli İndirme

XAPK/APK dosyalarını Android'e yüklemek için tek tıkla!

İndir APKPure
thank icon
Kullanıcı deneyiminizi geliştirmek için bu web sitesinde çerezleri ve diğer teknolojileri kullanıyoruz.
Bu sayfadaki herhangi bir bağlantıya tıklayarak, Gizlilik Politikamıza ve Çerezler Politikamıza izin vermiş oluyorsunuz.
Daha fazla bilgi edin