Telemetry: Keep original exception's stacktrace in inspector_backend.
commit72bf8d182a23c36614fd049c276d6a34e991cc02
authorerikchen <erikchen@chromium.org>
Tue, 10 Mar 2015 02:14:07 +0000 (9 19:14 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Mar 2015 02:14:43 +0000 (10 02:14 +0000)
tree17fd30686e52866e9b1d634d3764da183ad91dc7
parent977466c71dd0860c0827209ef79ad0a46f0fbfda
Telemetry: Keep original exception's stacktrace in inspector_backend.

InspectorBackend converts exceptions generated by the websocket library into
Telemetry exceptions. In the process, it was losing the original stacktrace.

BUG=NONE

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

Cr-Commit-Position: refs/heads/master@{#319821}
tools/telemetry/telemetry/core/backends/chrome_inspector/inspector_backend.py