gpt4 book ai didi

android - 在 android 中跟踪已安装 apk 的日志

转载 作者:行者123 更新时间:2023-11-28 21:36:20 25 4
gpt4 key购买 nike

我是 android 开发的新手。我想跟踪测试设备中的日志,我用谷歌搜索了一下,我很困惑请指导这是正确的方法。1、是否可以使用Log4j并将日志保存到设备的sd卡中?2.可以用Firebase Analytics吗?它是免费使用还是付费?3. 或者任何其他跟踪解决方案?

指导我跟踪日志的正确方法。由于我的应用程序基于通知,它在不同版本中随机表现异常,我无法跟踪日志

最佳答案

为此,您可以使用 Logcat Extreame应用程序。您可以在其中查看每个应用的日志。

设置:

如果您的设备已获得 root 权限,则无需执行任何特殊操作即可获取日志。对于没有开启Root的设备,按照这些授予 read_logs 权限

steps:
1) install ADB (Android Debug Bridge) on your computer
2) connect your Android device to the computer
3) open shell (Linux,Mac) or command prompt (Windows) and run the following command "adb shell pm grant scd.lcex android.permission.READ_LOGS"

Logcat Extreme 是免费的,甚至没有广告

关于android - 在 android 中跟踪已安装 apk 的日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58432981/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com