History log of /frameworks/base/core/java/android/ddm/DdmHandleHello.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b68bcbdfe755540f3c21186211d4d9d30d4d0c7a 31-Mar-2016 Oleksiy Vyalov <ovyalov@google.com> Send nativeDebuggable byte value as part of HELLO response.

Bug: 27942453

Change-Id: I4a222c88e104040b08e603e300e54a1ca2c038fe
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
e901dbdee242182e4c768edebebc5bc9cbf67563 16-May-2014 Sebastien Hertz <shertz@google.com> Report runtime information to DDMS

Reports runtime's ABI and internal flags to be displayed by DDMS.

Bug: 14888999
Bug: 14888124
Change-Id: I8a2d3f22f84a093be2fbc74464af6aa7b2a2bebb
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
406ec15647b7664cadadde41dbaaa10e298c582b 30-Jul-2013 Jeff Hao <jeffhao@google.com> Replace native Process getpid/getuid with calls to libcore equivalents.

The Process natives were getting called were getting called while
handling a jdwp packet before the vm had a chance to register them.

(cherry-pick of 5bce6a308fc8a3c1e449cf905b8b6e8ace4ef3e2.)

Change-Id: Ia2b4f79b11e427283a712b2d0c52948f394640bf
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
945bfb6068d4ac1414a37a3ebe4dc4d02383e38e 07-Jan-2013 Siva Velusamy <vsiva@google.com> Support hierarchy viewer commands via DDM

Hierarchy Viewer currently interfaces to the host via a socket
opened by ViewServer which resides in the WindowManagerService.
Since this has access to all windows, it is enabled only on
debug builds.

This CL adds necessary support to DDM to handle all the commands
required for Hierarchy Viewer. It only misses two commands that
are sent to the Window Manager (which we don't have access to
from the applications).

A future CL will remove the ViewServer functionality.

Change-Id: I1dae316a00737b0cae4e640ccc97bf9bb1d05973
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
0c1761bd37815c3776608a19c8e11d862b3e910c 15-Dec-2012 Siva Velusamy <vsiva@google.com> DdmServer: add controls for OpenGL tracing

Add a new JDWP packet to allow control of OpenGL tracing.

Change-Id: Ic89e2f6299238a612df2f914581049f2cbba088c
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
d693dfa75b7a156898890014e7192a792314b757 10-Sep-2012 Siva Velusamy <vsiva@google.com> Report the user id of every app to ddms.

This CL extends the HELO and APNM packets to include the user id
of the application. This allows ddms users to differentiate between
the same app running for multiple users.

Bug 7110696.

Change-Id: I490d0e3781b8fb9db65cf81188677a0955650511
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
43a17654cf4bfe7f1ec22bd8b7b32daccdf27c09 07-Apr-2011 Joe Onorato <joeo@google.com> Remove the deprecated things from Config.java. These haven't been working since before 1.0.

Change-Id: Ic2e8fa68797ea9d486f4117f3d82c98233cdab1e
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
e577232406649450a513140bf09cb3fc8c3fe046 22-Jan-2010 Andy McFadden <fadden@android.com> Move VM feature strings (used by DDMS) into VM.

Until now, we used a place-holder in frameworks/base.

Disable a test that shouldn't have been on.
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
98d493588f0ec55b8b6b3762189b2c02f17005c7 04-Sep-2009 Andy McFadden <fadden@android.com> Log.d -> Log.v

Don't need "Got feature list request" from ddm-heap.
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
7b0b1ed979aa665175bf3952c8902ce13c763ab8 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import //branches/master/...@140412
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
9066cfe9886ac131c34d59ed0e2d287b0e3c0087 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/frameworks/base/core/java/android/ddm/DdmHandleHello.java
54b6cfa9a9e5b861a9930af873580d6dc20f773c 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/frameworks/base/core/java/android/ddm/DdmHandleHello.java