Skip to content

A library that allows you to view the application logs with a special activity for that

License

Notifications You must be signed in to change notification settings

YurkivTaras/logcat

Repository files navigation

Logcat Library

A library that allows you to view the application logs with a special activity for that

 

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

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add the dependency

dependencies {
	implementation 'com.github.YurkivTaras:logcat:1.0.0'
}

Android SDK Version

Library requires a minimum SDK version of 14.

How to use

Intent intent = new Intent(getContext(), LogcatActivity.class);
intent.putExtra(LogcatActivity.BUFFER_SIZE_EXTRA, 1000);//default is 2500
startActivity(intent);

About

A library that allows you to view the application logs with a special activity for that

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages