kyze8439690 / Logcat

logcat tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logcat

Phone

Logcat.jumpToLogcatActivity(context);

Web

Logcat.startLogCatServer(context);

Download

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

repositories {
    maven {
	url "https://jitpack.io"
    }
}

Add the dependency:

compile 'com.github.tianzhijiexian:Logcat:Latest release'

Add following code in your AndroidManifest.xml

<application>
    <provider
        android:authorities="${applicationId}.logcat.provider"
        android:name="kale.debug.log.LogcatFileProvider"
        android:exported="false"
        android:grantUriPermissions="true"
        >

        <meta-data
            android:name="android.support.FILE_PROVIDER_PATHS"
            android:resource="@xml/provider_paths"/>

    </provider>
</application>

More Detail

You can see more detail in Logcat.java

Developer

Jack Tony: developer_kale@foxmail.com

License

Copyright 2016-2019 Jack Tony

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

logcat tool


Languages

Language:Java 72.0%Language:JavaScript 14.8%Language:CSS 8.8%Language:HTML 4.4%