mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-26 23:18:12 +02:00
Android has to enable dumping globally. There's no per app based env var at runtime since most apps just fork from Zygote process. So we have to add process name to the dump file name. Now with pandecode.dump as the base name, it'll be like below on Android: - pandecode.dump.com.example.VkCube.ctx-* - pandecode.dump.com.google.android.apps.nexuslauncher.ctx-* This can be generally useful on Linux as well when debugging different things to avoid accidentally touching existing dumps. Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37729> |
||
|---|---|---|
| .. | ||
| test | ||
| common.xml | ||
| cs_builder.h | ||
| decode.c | ||
| decode.h | ||
| decode_common.c | ||
| decode_csf.c | ||
| decode_jm.c | ||
| gen_macros.h | ||
| gen_pack.py | ||
| meson.build | ||
| pan_pack_helpers.h | ||
| v4.xml | ||
| v5.xml | ||
| v6.xml | ||
| v7.xml | ||
| v9.xml | ||
| v10.xml | ||
| v12.xml | ||
| v13.xml | ||