本文介绍了亚行logcat挂带"等待设备"信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我键入 ADB设备命令的终端,它显示设备连接

When I type adb devices command on terminal, it shows device is connected

连接的设备列表

0123456789ABCDEF设备

0123456789ABCDEF device

但是,当我键入亚行logcat 命令,它下面的消息挂

But when I type adb logcat command, it hangs with below message

等待设备

谁能告诉我什么是这背后的问题?我测试设备上的CTS。

Can anybody tell me what is the problem behind this? I test the device on cts.

推荐答案

我不是pretty的多少确定这是否适用于你,但你可以请尝试以下步骤:

I am not pretty much sure if this works for you but can you please try the steps below:

# Kill and restart
$ adb kill-server
$ adb start-server
 daemon not running. starting it now *
 daemon started successfully *

# Device appears, but is listed as offline

$ adb devices
$ adb logcat

这篇关于亚行logcat挂带"等待设备"信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 19:42