![Poslab SOMB-iMX6 Скачать руководство пользователя страница 30](http://html1.mh-extra.com/html/poslab/somb-imx6/somb-imx6_user-manual_1582629030.webp)
User Manual
30
Step6.
Run
DDMS
tool
The
DDMS
in
this
folder
“C:\adt
‐
bundle
‐
windows
‐
x86_64
‐
20131030\sdk\tools”
Open
DOS
command
window
and
run
“ddms.bat”
How
to
use
DDMS
tool
http://developer.android.com/tools/debugging/ddms.html
11.Using DDMS
Android ships with a debugging tool called the Dalvik Debug Monitor Server (DDMS),
which provides port-forwarding services, screen capture on the device, thread and heap
information on the device, logcat, process, and radio state information, incoming call and
SMS spoofing, location data spoofing, and more. This page provides a modest discussion
of DDMS features; it is not an exhaustive exploration of all the features and capabilities.
Running DDMS
DDMS is integrated into Eclipse and is also shipped in the tools/ directory of the SDK.
DDMS works with both the emulator and a connected device. If both are connected and
running simultaneously, DDMS defaults to the emulator.
From Eclipse: Click Window > Open Perspective > Other... > DDMS.
From the command line: Type ddms (or ./ddms on Mac/Linux) from the tools/ directory.
How DDMS Interacts with a Debugger
On Android, every application runs in its own process, each of which runs in its own virtual
machine (VM). Each VM exposes a unique port that a debugger can attach to.
When DDMS starts, it connects to adb. When a device is connected, a VM monitoring
service is created between adb and DDMS, which notifies DDMS when a VM on the device
is started or terminated. Once a VM is running, DDMS retrieves the VM's process ID (pid),
via adb, and opens a connection to the VM's debugger, through the adb daemon (adbd) on
the device. DDMS can now talk to the VM using a custom wire protocol.
Содержание SOMB-iMX6
Страница 1: ...Version 2015 MAR V 2 0 ORC SOMB iMX6 Carrier Board User Manual...
Страница 6: ...User Manual 06 3 ORC Dimension 4 Connector PIN of ORC Carrier Board to CPU Board...
Страница 17: ...User Manual 17 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20...
Страница 28: ...User Manual 28 Click Accept License Click Install...