Commit de717b2e authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Android: Treat broken test deobfuscation as fatal

Rather than silently not deobfuscating things.

Bug: 1081438
Change-Id: I263956d55b819db8a5c0dce269687e9d44c56d6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204969Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#770102}
parent 12f87b8a
......@@ -150,7 +150,7 @@ class DeobfuscatorPool(object):
# De-obfuscation is broken.
if self._num_restarts == _MAX_RESTARTS:
return lines
raise Exception('Deobfuscation seems broken.')
# Restart any closed Deobfuscators.
for i, d in enumerate(self._pool):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment