Home | History | Annotate | Download | only in android

Lines Matching refs:stack

77   """Run the stack tool for given tombstone input.
81 include_stack: boolean whether to include stack data in output.
84 A string for each line of resolved stack output.
88 'scripts', 'stack')
93 if not include_stack and 'Stack Data:' in line:
106 lines += _ResolveSymbols(tombstone['data'], tombstone['stack'])
154 'stack': options.stack,
172 parser.add_option('-s', '--stack', action='store_true',
173 help='Also include symbols for stack data')