Ir al contenido

Depuración de fallos en aplicaciones Flatpak

First install debug packages for the app that crashed. Run the following command in a terminal window:

flatpak install --include-sdk --include-debug [app id]

Donde [id de la aplicación] es el ID de la aplicación, como org.kde.okular.

Then get a backtrace of the crash:

flatpak-coredumpctl [id de la aplicación]

Then follow the normal instructions for using coredumpctl to complete the process of getting a developer-readable backtrace of the crash.

Más información


Artículo escrito por bajo las condiciones de la licencia CC-BY-4.0.