aboutsummaryrefslogtreecommitdiff
path: root/adb_trace.cpp
AgeCommit message (Expand)Author
2020-04-27adbd: respect ADB_TRACE on host adbd.Josh Gao
2020-04-21adbd: improve coverage by compiling less code.Josh Gao
2020-02-19Incremental installations in adb, client/host side.Alex Buynytskyy
2019-01-23adbd: compile for host.Josh Gao
2018-12-21adb: switch unix_open to string_view.Josh Gao
2018-11-12adb: flush stderr after logging on Windows.Josh Gao
2018-02-06adb: don't spew to logcat when tracing is enabled.Josh Gao
2017-04-20adb: fix two device offline problems.Yabin Cui
2016-12-14adb: fix adb trace tagDaniel Friederich
2016-10-26Make "adb logcat" pass $ANDROID_LOG_TAGS through again.Elliott Hughes
2016-09-26Switch adb to <android-base/properties.h>.Elliott Hughes
2015-12-04Track rename of base/ to android-base/.Elliott Hughes
2015-11-09adb/base: minor compiler portability improvementsSpencer Low
2015-11-02adb: create unix_isatty() function.David Pursell
2015-09-23Adb: use VLOG() to replace D() for verbose logging.Yabin Cui