am: 7ed5194
* commit '7ed5194278dd9ffcda203dd3a8250c0cb2914d07':
Define LIKELY and UNLIKELY in a vendor friendly way
Change-Id: Ie782284f30e731b6ee26b99c39e532b27210eaec
This prevents macro conflicts with vendor code.
Bug: 27804373
Change-Id: I759c2b7b611203d0afdc35ddd5c2adb8f942ea17
Test: Compiles when libbinder include path changes to include libbase.
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
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
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
- periodic failures in apct, dropped second serial test
in refresh_cache, trusting check_cache or global.
- The retry loop to see if is_loggable recovers of 1000
was hiding subsequent tests, drop to 10 retries.
- On the whole, the average performance remains the same.
Bug: 25792367
Change-Id: I4110440ef46671d7a1c128689bde623808bed04f
As device may not have libbacktrace_offline shared library, simpleperf
no longer rely on it. So there is no reason to keep libbacktrace_offline
shared library.
Bug: 28152982
Change-Id: If8e31b1434646dbbfed60264eb25f034bc5d6946
am: df7c1ed
* commit 'df7c1ed3a06c60d77865ff8d71b2f30ca94693a7':
logcat: expand -n, -r and -b
logcat: allow comma-separate list of buffers
logcat: Adjust help to make it more meaningful
Change-Id: I2341e07713e14e1e449bf41a194e306526246959
am: 3e0eaa4
* commit '3e0eaa4103f4497463dd8b5daa1ee7ffe3921211':
adb: after `adb root`, wait for the device in any state.
adb: add support for 'wait-for-any'.
adb: make 'wait-for-{recovery,sideload,bootloader} work.
Change-Id: Ib54818926966cf01839b98a5ef772c3a3900fd38
* changes:
adb: after `adb root`, wait for the device in any state.
adb: add support for 'wait-for-any'.
adb: make 'wait-for-{recovery,sideload,bootloader} work.