commit | 8eb0bd2f97e153d6e15c30506c030f4699544584 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Sep 19 17:31:55 2016 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Sep 20 13:55:43 2016 -0700 |
tree | 8038b651c02b071f20039fe7f1eb9d1fa4e15ec6 | |
parent | 63e7b06a4332422b6aafde6b09e18f7d314c3d93 [diff] |
adb: parse tcp socket specs with base::ParseNetAddress. libbase already has IPv6-aware address parsing, so use it instead of adb's handrolled IPv4-only parsing. Bug: http://b/31537253 Change-Id: I4e9ce56b55d7d02787c0fa67b724490bf49ce479 Test: mma && adb start-server && \ adb -L 'tcp:[::ffff:127.0.0.1]:5037' devices && \ adb -L 'tcp:localhost:5037' devices && \ adb -L 'tcp:127.0.0.1:5037' devices && \ adb -L 'tcp:5037' devices && \ $ANDROID_HOST_OUT/nativetest64/adb_test/adb_test