全部博文(160)
发布时间:2014-12-10 09:38:07
MediaAndroid provides a media playback engine at the native level called Stagefright that comes built-in with software-based codecs for several popular media formats. Stagefright features for audio and video playback include integration with OpenMAX codecs, session management, time-synchroni.........【阅读全文】
发布时间:2014-12-10 09:20:43
Android InterfacesIN THIS DOCUMENTAndroid Low-Level System ArchitectureAndroid provides you with the freedom to implement your own device specifications and the drivers to support them. The hardware abstraction layer (HAL) gives.........【阅读全文】
发布时间:2014-12-06 14:48:49
The Android logging system provides a mechanism for collecting and viewing system debug output. Logcat dumps a log of system messages, which include things such as stack traces when the emulator throws an error and messages that you have written from your application by using the .........【阅读全文】
发布时间: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.........【阅读全文】