我是靠谱客的博主 机灵芹菜,最近开发中收集的这篇文章主要介绍android logcat 软件,GitHub - tananaev/rootless-logcat: Android Logcat app without Root,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Android Logcat without Root

687474703a2f2f7777772e74616e616e6165762e636f6d2f6261646765732f676f6f676c652d706c61792e737667687474703a2f2f7777772e74616e616e6165762e636f6d2f6261646765732f662d64726f69642e737667

Read Android logs without root access. The app uses remote debugging to connect to phone local ADB daemon. Configuring remote debugging on a phone can be challenging and requires some technical expertise. It has to be done once and after each device reboot.

Enable USB debugging first on your device. Navigate to Settings > About Phone and tap Build number seven times. Go back, access the Developer options menu and check USB debugging option.

Next step is to enable remote debugging. You need to have Android SDK installed on your computer. Connect your phone via USB cable and run following adb command:

adb tcpip 5555

Disconnect USB cable before trying to use the app. Some phones have problems handling network ADB connection when they are connected via USB as well.

Sometimes establishing connection to ADB hangs and requires killing and restarting the app. It seems to be a problem with ADB daemon itself and not the app issue.

Contacts

Author - Anton Tananaev (anton.tananaev@gmail.com)

License

Apache License, Version 2.0

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.

最后

以上就是机灵芹菜为你收集整理的android logcat 软件,GitHub - tananaev/rootless-logcat: Android Logcat app without Root的全部内容,希望文章能够帮你解决android logcat 软件,GitHub - tananaev/rootless-logcat: Android Logcat app without Root所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(61)

评论列表共有 0 条评论

立即
投稿
返回
顶部