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 读数。
我是在做梦还是有这样的事情?
要从电视获取日志,您需要使用 ADB over TCP/IP。
adb connect <IP address of your TV>
adb devices
adb logcat