| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I8f8b792c68ec869980805c06aecf249558c6dc3f
|
|
|
|
| |
Change-Id: I699ee939436964e0c88b7b8423b5ed6fef84add1
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I683a47d38d9e87461d53e691c438ffeb2c3f8afa
|
|/
|
|
|
|
| |
Get rid of loop to calculate bitmask where 2^n-1 will suffice.
Change-Id: I1d77a5c3753207663531efb407f6114ccabb1220
|
|
|
|
|
|
| |
Change the test device mock to return a String for getSerialNumber.
Change-Id: I83647927160c666330ddfb5394afe837577422d7
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
- Moving instantiation of sSocketAddr out of static initializer block
into init().
Change-Id: Ibf3b81492802859673a0e77b4701be9d004509fa
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Add logic to differeniate between an incomplete test run, and a test run which
completed successfully but has no tests.
Fixes bug http://b.android.com/7830
Change-Id: I54068de73e068faae6e34779b91665f6d1dc1a47
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I39f1b7d726a0b5d26e736b404693183003ea391e
|
|\ \
| |/
|/|
| | |
resued by others."
|
| |
| |
| |
| |
| |
| | |
others.
Change-Id: I4e97d950587822c3a3e24c1c3d1a89ab19419f14
|
| |
| |
| |
| |
| |
| | |
Also cleanup some log messages.
Change-Id: Iea292c620c65e63642ef57d3082a54a1613b15bd
|
|/
|
|
|
|
|
| |
This is to fit with design decision to make ddms a relatively dumb pipe, and
have callers handle any reliability/retry scenarios.
Change-Id: I454e0f37a7d50ba194f59aeba6a4ab9d9ed3ded8
|
|
|
|
|
|
| |
Bug 1713395
Change-Id: Id614ddd6c74fa02b5fba6a6fb9e994bae4809bf4
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 2482010
Change-Id: I68e7f3361bc44251b3767ffe6bcba21e649c4407
|
|/
|
|
|
|
|
| |
There's no libc_debug anymore. This prevented the
resolution from working for all libc addresses.
Change-Id: Id909719cd38170192b14d05f9ce5e47b640ea469
|
|
|
|
|
|
|
| |
Change instrumentation result parser to record a instrumentation test that was
started, but not completed due to a run failure, as a test failure.
Change-Id: I1296a9064a13ee0ba10e8352cd2cc8b54930043e
|
|
|
|
| |
Change-Id: I12b273582880fadefcd233df45960811b8f16d49
|
|
|
|
|
|
| |
And clean-up whitespace.
Change-Id: Icb6bd5c8bf403fda0de436d4b9e732e7ea976267
|
|
|
|
| |
Change-Id: I44c6b3db304ce1203edaa7b80500eed46706e0f5
|
|
|
|
| |
Change-Id: I0fcc8718685ddb7accd459e78821677f044135ba
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
for updating SDK Setup.exe." into eclair
Merge commit '74d66e2d7f810028620f25c585a3f21e5ad1686b'
* commit '74d66e2d7f810028620f25c585a3f21e5ad1686b':
SDK Updater: Support post install script for updating SDK Setup.exe.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The new post_tools_install.bat will be found in SDK/tools/lib.
This also moves find_java.bat into the same lib folder.
SDK Bug: 2404830
Change-Id: I84e3671918931079f296500e296ec1a55931b851
|
| |
| |
| |
| |
| |
| |
| | |
Integrated from master to be in SDK Tools r5.
Bug: 2160407
Change-Id: Ib9cfcb68cc2c38947350b3419a96ce917db51b35
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
JDWP. Do not merge.
Older VMs need to write the trace file on the SD Card which requires
the appropriate permission. This new mode directly streams the trace
file from the VM to DDMS.
Integrated from master to be in SDK Tools r5.
Bug: 2160407
Change-Id: I17d3e314d6325c1bdff041564bc939b2778b563e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will send MPSS/MPSE packets instead of MPRS/MPRE when the client VM
supports them. At least, it would if the property check weren't
hard-wired to false, which is done because the MPSE handling in DDMS is
incomplete (currently just dumps the first 100 chars so you can see that
it really got something).
Integrated from master to be in SDK Tools r5.
For bug 2160407.
Change-Id: I92b7d43fa78e3cb3eefdcef9e7357bbc6818822b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Send an HPDS instead of HPDU when the client VM supports it. Once
additional support is added to DDMS, this will allow grabbing an hprof
dump through DDMS even if the target app doesn't have permission to write
to /sdcard. (The down side is that the dump must be held on the native
heap while it's generated, temporarily bloating the process by a few
megabytes.)
For bug 2092855.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
wrappers." into eclair
Merge commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f'
* commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f':
Windows SDK: use find_java.bat in all batch wrappers.
|
| |
| |
| |
| |
| |
| | |
SDK Bug: 2315813
Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 2160407
Change-Id: Ifcce3f12b9de8e07bc035c8b74f82911d81c490e
|
|\ \ \
| |/ /
| | |
| | | |
through JDWP."
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Older VMs need to write the trace file on the SD Card which requires
the appropriate permission. This new mode directly streams the trace
file from the VM to DDMS.
Bug: 2160407
Change-Id: Ic0e0813d8453761caecb990d85ca7e3baf1d237a
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| |
| |
| | |
source from Logcat." into eclair
Merge commit 'd5c8674015ef40b1356629d2e8dca3f9a8b18ee3'
* commit 'd5c8674015ef40b1356629d2e8dca3f9a8b18ee3':
resolves Issue #5280: Go to problem in source from Logcat.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is integrated from external/master/development.git in
order to not be lost when the development->sdk move is
merged into external/master
Change-Id: I36b6c467900c80b58342ee586f802979e8ce821c
http://android.git.kernel.org/?p=platform/development.git;a=commit;h=fa974da92bec6ea9bb03ac4511622d784f04d271
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will send MPSS/MPSE packets instead of MPRS/MPRE when the client VM
supports them. At least, it would if the property check weren't
hard-wired to false, which is done because the MPSE handling in DDMS is
incomplete (currently just dumps the first 100 chars so you can see that
it really got something).
For bug 2160407.
|
|/
|
|
| |
bug 2388178
|
|
|
|
|
|
| |
BUG 2256562
Change-Id: I9a181cb799b1eadc027d6357c100fc4dfb0db012
|
|
|
|
|
|
| |
SDK BUG 2232091
Change-Id: I2a000054545b7865769054d1fdc733e50f06edd5
|
|\
| |
| |
| |
| | |
* changes:
UI to manage/create custom Layout Devices.
|
| |
| |
| |
| | |
Change-Id: Idc447b4136a6f709d7a665321af68de552ec613a
|
|/
|
|
| |
Change-Id: I6b95f5758c36979cca06483f1ff797ba67ecd056
|
|
|
|
|
|
| |
This adds the screenshot to the clipboard.
Change-Id: I3509f2e5471588d749d67b70dd4d674cd0cd2057
|
|
|
|
|
|
|
|
| |
All apps now read source.properties located in SDK/tools
to know which version they. This is used in about box display
and in ping usage.
Change-Id: I6620c3eb703c32bfcdfd96e6a27bffc7a123b974
|
|
|
|
| |
Change-Id: I4cf92b2f6ee66cd6f8e9b224879d8459e82949b6
|
|
|
|
|
|
| |
Also added a rotate method to DDMS.
Change-Id: I9ec2774ff0679b8b4f044341470b3dfa527f9680
|