Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想记录我的应用程序的 logcat,并为用户提供通过电子邮件将其发送给我的可能性。我已经实现了所有的流程,只会报告我标记的 logcat。我知道很多个人信息都会输出到logcat中,所以我想知道是否有任何相关政策?
我会回答自己说,android 4.1 不再支持 LOG_READ 权限,但是您可以阅读您编写的日志而无需任何许可。结论:向自己报告自己的日志没有问题