Visual Log for Android

Visual Log for Android

Wenga
15/03/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

نمایش بیشتر

جدیدترین 1.0.3 چه خبر است

Last updated on 15/03/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 عکس از صفحه
  • برنامه‌نما Visual Log for Android عکس از صفحه
  • برنامه‌نما Visual Log for Android عکس از صفحه
  • برنامه‌نما Visual Log for Android عکس از صفحه
  • برنامه‌نما Visual Log for Android عکس از صفحه

اطلاعات Visual Log for Android APK

آخرین نسخه
1.0.3
دسته بندی
ابزار
Android OS
2.3.3 and up+
توسعه دهنده
Wenga
رتبه‌بندی محتوا
All ages
ایمن و سریع APK دانلود در APKPure
APKPure از تأیید امضای نرم‌افزار برای اطمینان از دانلودهای بدون ویروس APK Visual Log for Android استفاده می‌کند.
آیکون‌ APKPure

دانلود فوق سریع و ایمن از طریق برنامه APKPure

برای نصب فایل های XAPK/APK در اندروید با یک کلیک!

دانلود APKPure
thank icon
ما از کوکی ها و فناوری های دیگر در این وبسایت برای بهبود تجربه کاربری شما استفاده می کنیم.
با کلیک بر روی هر پیوند در این صفحه شما دستور خود را برای سیاست حفظ حریم خصوصیاینجاو سیاست فایلمی دهید.
بیشتر بدانید