# 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 ![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg) ![Api Level](https://img.shields.io/badge/api-16%2B-brightgreen.svg) ![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.itlgl.android/logcatview/badge.svg) 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 ```