Skip to content
Snippets Groups Projects
Commit ff904978 authored by Stefan Schake's avatar Stefan Schake Committed by Tapani Pälli
Browse files

gallium/util: Android backtrace support


We can't use any of the existing implementations in u_debug_stack.
Android technically has libunwind, but it's been modified to the point
where it no longer compiles with the Mesa usage. The library is also
not meant to be referenced by vendor libraries. The officially sanctioned
way of obtaining backtraces is through the Android own libbacktrace, a
C++ library. Access it through a separate C++ source file on Android only.

Signed-off-by: Stefan Schake's avatarStefan Schake <stschake@gmail.com>
Acked-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarTapani Pälli <tapani.palli@intel.com>
parent 2abd4f4b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment