commit | 1f4ee3b68ccf2e1e68b31d13bfffd485ae3b4c3f | [log] [tgz] |
---|---|---|
author | Daniel Friederich <dfriederich@magicleap.com> | Wed Dec 14 11:28:28 2016 -0600 |
committer | Daniel Friederich <dfriederich@magicleap.com> | Wed Dec 14 12:41:43 2016 -0600 |
tree | f2ce07c6410da8e7eb2e1281f4819820c8fc9648 | |
parent | b234924af3e613563a0e42e71302c533f291fe5c [diff] |
adb: fix adb trace tag The ADB trace enum value collided with the 0 values used to mean all, hence it was not possible to just trace the ADB tagged messages without also tracing everything else. Change-Id: I15ff9c50c4ac01806c4841cf8213ce859faf130b Test: Manually by setting ADB_TRACE and running adb, e.g. "ADB_TRACE=adb adb shell ls"