[Fuchsia] Bugfixes in stacktrace handling
1. Updated the max limit on number for entries in link map when reporting a stack trace from 64 to 512. 64 is not enough, e.g. component builds of content_unittests load 158 libs. 2. Fixed the code to handle the case when the limit is reached Previously that code was using sizeof() to get array size. 3. Update regex in runner_common.py to handle the case when pc_offset part is missing. Bug: 706592 Change-Id: Iededea88c86206b247948c789043c4f4dfd8a8d9 Reviewed-on: https://chromium-review.googlesource.com/815155 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#523847}
Showing
Please register or sign in to comment