History log of /system/core/adb/test_track_devices.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4f71319df011d796a60a43fc1bc68e16fbf7d321 05-Dec-2015 Elliott Hughes <enh@google.com> Track rename of base/ to android-base/.

Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
/system/core/adb/test_track_devices.cpp
af9ba4dc6ca98e136e887b0baa59b72fb8302dd3 12-Aug-2015 Dan Albert <danalbert@google.com> Add missing includes.

Leaky header cleanup in libc++ means we don't get unistd.h
transitively any more.

Change-Id: I596c24eff418302b19afab6ad3caa55f52241e7c
/system/core/adb/test_track_devices.cpp
2e57163f5384b55e84194db3989d8afee93f815c 05-May-2015 Elliott Hughes <enh@google.com> Make test_track_devices.cpp output easier to read.

Change-Id: I2d85cdbe591a6ee9763e742805f281cb26d7b122
/system/core/adb/test_track_devices.cpp
e67f1f87d9b1188ec8617035db7006c37ee7b21e 01-May-2015 Elliott Hughes <enh@google.com> More adb buffer fixes.

This patch factors out a lot of the basic protocol code: sending OKAY,
sending FAIL, and sending a length-prefixed string.

ADB_TRACE has been non-optional for a long time, so let's just remove
the #ifs.

Also actually build the device tracker test tool (and remove its duplicate).

Bug: http://b/20666660
Change-Id: I6c7d59f18707bdc62ca69dea45547617f9f31fc6
/system/core/adb/test_track_devices.cpp
bac3474a8256cb32a29e8d46f78cad95a5502692 26-Feb-2015 Dan Albert <danalbert@google.com> Move adb to C++.

I keep trying to clean things up and needing std::strings. Might as
well just do this now.

usb_linux_client.c is going to stay as C because GCC isn't smart
enough to deal with the designated initializers it uses (though for
some reason it is in C mode).

The Darwin files are staying as C because I don't have a way to test
that they build.

The Windows files are staying as C because while I can actually build
for them, it's slow and painful.

Change-Id: I75367d29205a9049d34460032b3bb36384f43941
/system/core/adb/test_track_devices.cpp