[Android] Speculative fix for perf bot woes.
commit2f1b8840cc12bd0a20f5e8008be16ab334cfbaeb
authorjbudorick <jbudorick@chromium.org>
Fri, 5 Jun 2015 03:50:05 +0000 (4 20:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 5 Jun 2015 03:50:41 +0000 (5 03:50 +0000)
tree52eb6fa9186b594d067a3c653ab728849b84dd22
parentb1f08cc7a4c2b41196582ba4845de605c7b3fe64
[Android] Speculative fix for perf bot woes.

The N4 and N9 perf bots have been flaky since I landed
https://codereview.chromium.org/1132993004. That CL added three uses of
DeviceUtilsRunShellCommand with check_return=true, which throws an
exception on nonzero exit codes. This was a functional change from the
existing code, unlike the rest of the changes. I'm backing them out as
a speculative change with the theory that an exception is being caught
and silently eaten, causing us to skip whatever follows the RunShellCommand
and subsequently fail.

BUG=489317
TBR=nednguyen@chromium.org,sullivan@chromium.org

Review URL: https://codereview.chromium.org/1148293013

Cr-Commit-Position: refs/heads/master@{#333006}
tools/telemetry/telemetry/core/platform/android_platform_backend.py