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.
我正在尝试在未连接到 PC 的情况下从 android 手机获取日志。我已经下载了日志收集器,但由于某种原因,我只获得了部分数据,无法看到我可以通过 logcat 看到的全部数据。有没有办法获取完整的数据或只使用 logcat -filters 来获取日志并通过电子邮件发送它们?通过部分数据,我的意思是我只看到系统信息,但看不到从我的应用程序发送到记录器的信息(即使在几秒钟后 - 所以我认为在 64K 缓冲区已满后它不会丢失)
谢谢西蒙