commit | 9f9eaa4dfe984266bfa5e240b6b32d4dd8a41853 | [log] [tgz] |
---|---|---|
author | Josh Gao <[email protected]> | Fri Jun 16 15:34:34 2017 -0700 |
committer | Josh Gao <[email protected]> | Fri Jun 16 18:01:11 2017 -0700 |
tree | 94a784cae8aaa9ee8c3ba2859a2eb87de18639bc | |
parent | 405e49df62b64d4e45f1c037815a445e2faa4de3 [diff] |
adb: increase the shell command length limit. Relax the shell command length limits when talking to an adbd with the shell protocol. shell is pretty much the only service that takes an arbitrarily long string, so this is somewhat safe. Bug: http://b/37716055 Test: `adb shell $(python -c 'print "echo " + "f" * (32*1024)') | wc` on L and master Change-Id: I0737fd2244530ef8080f300cd3a3549a1ab93465