Revert "make avd install work under py3"

This reverts commit f77b75c242ed2b75c67135ef6a0fdda4df065680.

Reason for revert: Causing catapult autoroll to fail, https://ci.chromium.org/p/chromium/builders/try/android-lollipop-arm-rel/261048?

Exception includes the following line
"UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position 107: invalid start byte" which leads me to believe this is CL is causing the failures.

Original change's description:
> make avd install work under py3
>
> Fix str/bytes type mismatch,
> now avd install followed by avd start works under both py2 and py3
>
> Bug: chromium:1187234
> Change-Id: I37cf763e0b845e4f7150e909902e782e1b2bdf23
> Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2753328
> Reviewed-by: Dirk Pranke <dpranke@google.com>
> Reviewed-by: Ben Pastene <bpastene@chromium.org>
> Commit-Queue: Weizhong Xia <weizhong@google.com>

Bug: chromium:1187234
Change-Id: I3ce3f5b9d3bfb3db6bb1e0e6214b4074ea105764
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/2757508
Auto-Submit: Rakib Hasan <rmhasan@google.com>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
1 file changed
tree: cc2cde2f54b575a0a0f615c6bba83c5a11ec1557
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. firefighter/
  10. hooks/
  11. infra/
  12. netlog_viewer/
  13. systrace/
  14. telemetry/
  15. third_party/
  16. trace_processor/
  17. tracing/
  18. web_page_replay_go/
  19. .eslintignore
  20. .eslintrc
  21. .gcloudignore
  22. .gitignore
  23. .vpython
  24. AUTHORS
  25. BUILD.gn
  26. codereview.settings
  27. CONTRIBUTING.md
  28. generate_telemetry_build.py
  29. LICENSE
  30. navbar.md
  31. OWNERS
  32. PRESUBMIT.py
  33. pylintrc
  34. README.md
  35. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide