[Android] Symbolize the stack trace in logcat.
Previously the stack trace inside logcat is not symbolized, making it difficult to debug. This cl creates a logcat_symbolizer that symbolizes the stack trace in a logcat with the new stack_symbolizer and replaces the unsymbolized stack trace in logcat with the symbolized stace trace. The logcat_symbolizer will be called when we record logcat during test runs. Bug: 657040 Change-Id: Ie6c762a088a8e32dbb7095eb661d3a8a25918baf Reviewed-on: https://chromium-review.googlesource.com/592492 Commit-Queue: Zhiling Huang <hzl@chromium.org> Reviewed-by:John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#496496}
Showing
Please register or sign in to comment