全部博文(160)
发布时间:2014-12-06 14:47:45
The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered by the logcat command. You can use &.........【阅读全文】
发布时间:2014-12-04 18:10:40
Android Debug BridgeIN THIS DOCUMENTEnabling adb DebuggingSyntaxCommandsQuerying for Emulator/Device InstancesDirecting Commands to a Specific Emulator/Device Instance.........【阅读全文】