Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1857)

Unified Diff: build/android/test_runner.py

Issue 2974163002: Fix the stack script issue when symbolizing tombstones. (Closed)
Patch Set: add todo and crbug; revert changes for intentional crash test case Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/symbols/stack_symbolizer.py ('k') | build/android/test_runner.pydeps » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 3e32f81b7cc95db8940d38d512d0c4b4c46352f3..b5951d382a605cc4c497537f74e229ceb7777194 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -387,6 +387,11 @@ def AddInstrumentationTestOptions(parser):
'--render-results-directory',
dest='render_results_dir',
help='Directory to pull render test result images off of the device to.')
+ parser.add_argument(
+ '--enable-relocation-packing',
+ dest='enable_relocation_packing',
+ action='store_true',
+ help='Whether relocation packing is enabled.')
def package_replacement(arg):
split_arg = arg.split(',')
if len(split_arg) != 2:
« no previous file with comments | « build/android/pylib/symbols/stack_symbolizer.py ('k') | build/android/test_runner.pydeps » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698