Skip to content

Refactor nativeGetStackTrace to call backtrace_symbols only once when producing call stacks, rather than for every StackTraceElement.#2728

Open
copybara-service[bot] wants to merge 1 commit intomasterfrom
test_905192033
Open

Refactor nativeGetStackTrace to call backtrace_symbols only once when producing call stacks, rather than for every StackTraceElement.#2728
copybara-service[bot] wants to merge 1 commit intomasterfrom
test_905192033

Conversation

@copybara-service
Copy link
Copy Markdown

Refactor nativeGetStackTrace to call backtrace_symbols only once when producing call stacks, rather than for every StackTraceElement.

This trades off better performance for stack trace production, at the cost of losing lazy-loading for fetched but unlogged stack traces.

… producing call stacks, rather than for every StackTraceElement.

This trades off better performance for stack trace production, at the cost of losing lazy-loading for fetched but unlogged stack traces.

PiperOrigin-RevId: 905192033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant