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.
我是黑莓设备的新手。在通过 USB 连接设备时,如果是 Android,我需要查看正在运行的应用程序(如 DDMS)的设备日志。有什么解决办法吗?
您需要motics并将您的设备链接到momentics,然后:
关于momentics IDE
窗口 --> 显示透视图 --> QNX 系统信息 --> 单击您的设备 --> 启动 ssh --> 然后终端显示 ssh
如果要实时显示所有日志,请输入:$ slog2info -w
如果您想实时记录某些应用程序,请输入:$ slog2info -w -s theNameOfYourApp