am: fad1cd0edd
* commit 'fad1cd0eddc6f16ec53eb786c455aa94341c37c7':
adb: increase the FD table size on Win32.
adb: bump the server version to 36.
adb: add reconnect command.
Change-Id: If58944e776ee0ac78a498d83876021563a40029a
am: a9e818f463
* commit 'a9e818f4632eca67a5ffd1fb680d15550591ecd9':
adb: increase the FD table size on Win32.
adb: bump the server version to 36.
adb: add reconnect command.
Change-Id: I69178c16e133dbf6a293e45f82de5481b0c014b9
am: a9e818f463
* commit 'a9e818f4632eca67a5ffd1fb680d15550591ecd9':
adb: increase the FD table size on Win32.
adb: bump the server version to 36.
adb: add reconnect command.
Change-Id: Ice1518eba0fdd0430ce191ca2afc6bc553ebe4b8
am: 826bdace3d
* commit '826bdace3d756055560643e831ccf91fbc5e6bc8':
adb: disable tests that are expected to fail on Win32.
adb: increase the FD table size on Win32.
Change-Id: I083ab867691b4f2b1fbf3a594eb2d2811a13123d
am: c5b388f53a
* commit 'c5b388f53a5666daa368f597c7e190f7f31f2b8a':
adb: disable tests that are expected to fail on Win32.
adb: increase the FD table size on Win32.
Change-Id: Ifcc55e62935c95c8b34fa0d1973277a08916fad2
am: c4f3546
* commit 'c4f3546e9ff410bf106ba6d97231be40e24e1adb':
adb: disable tests that are expected to fail on Win32.
adb: increase the FD table size on Win32.
Change-Id: I4883966f32de7cc4fbbec0e0942e667d8eeee9f6
128 maximum FDs is a pretty low limit, which can easily be exhausted by
port forwarding. Bump the maximum up to 2048, and add a test that checks
whether we can actually use a few hundred sockets.
Bug: https://code.google.com/p/android/issues/detail?id=12141
Bug: http://b/28246942
Change-Id: Ia4a2ff776e8e58ec13378756f19d80392679ece9
(cherry picked from commit b31e17107c)
The recent `adb root` changes are incompatible with older versions of
the server. Bump the version number to force the server to restart.
Bug: http://b/28194507
Change-Id: I970806e3b68c1f8e3273a4b1f0ecc4aca5086be9
(cherry picked from commit 057095d207)
Add reconnect command for debugging. `reconnect` kicks a transport
from the host side, `reconnect device` kicks a transport from
the device side. They can be used to produce transport errors.
Bug: 25935458
Change-Id: I47daa338796b561941e7aba44a51a6dd117d1e98
(cherry picked from commit 1f4ec19e49)
am: e929e11
* commit 'e929e115bef6a7129bd18c33fb32c5f2eebdcf02':
adb: bump the server version to 36.
Change-Id: Ided3bd4cafdd1893d38542563aabe904c740eb50
128 maximum FDs is a pretty low limit, which can easily be exhausted by
port forwarding. Bump the maximum up to 2048, and add a test that checks
whether we can actually use a few hundred sockets.
Bug: https://code.google.com/p/android/issues/detail?id=12141
Bug: http://b/28246942
Change-Id: Ia4a2ff776e8e58ec13378756f19d80392679ece9
am: a0b5c62
* commit 'a0b5c62525e7b79131df337619b268794c92374f':
adb: bump the server version to 36.
Change-Id: I910cd4e32bd38796025d603ee86d245d33f6c61a
am: 3009b7c
* commit '3009b7cbe017e0d6f87d31b52a32bdc8fa77b095':
adb: bump the server version to 36.
Change-Id: I60a8d01fa2da411d1417d186bb93941ceed33418
Fix broken kick_transport test, and make it not access atransport
internal variables.
Bug: 25935458
Change-Id: I91b4d32a222b2f369f801bbe3903acac9c8ea4f7
- Add hidden -n and -b flags that propagate to the underlying
logcat command. Publish aliases in help as --size and --buffer.
- Add --clear for start command so it clears before starting
- shell script bloating up to deal with option validation and
provide ERROR: and WARNING: advice.
ToDo:
- Deprecate shell script and replace with Eng and Userdebug
only Developer Options, before it becomes too powerful
or bloated to force us to rewrite an expendable like this
into C++.
Bug: 28120456
Change-Id: I0dff8acaa1e5c929454760cfa2801924956bc25d
It's nothing like the real iftop, and there's no evidence anyone uses it.
In particular, it hasn't been touched since it was first checked in, back
in 2008. So it's either perfect or unused. Let's find out...
Change-Id: I941adbb67f0166b9b3bd796291060bd67eafa867