# LogcatView
**Repository Path**: itlgl/LogcatView
## Basic Information
- **Project Name**: LogcatView
- **Description**: A tool library for displaying logcat in applications
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2021-07-23
- **Last Updated**: 2022-07-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# LogcatView



A tool library for displaying logcat in applications
## Quick Setup
### 1. Include library
Edit your build.gradle file and add below dependency:
```java
dependencies {
implementation 'com.itlgl.android:logcatview:(latestVersion)'
}
```
### 2. Configure activity xml
Default:
```xml
```
Filter specified tags:
```xml
```
Custom logcat cmd,add `-v time` to ensure that the log color will not be confused:
```xml
```