Ir para o conteúdo

Depurar travamentos em aplicativos 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]

Onde [id do aplicativo] é o ID do aplicativo, como org.kde.okular.

Then get a backtrace of the crash:

flatpak-coredumpctl [id do aplicativo]

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

Informações adicionais


Artigo contribuído por sob a licença CC-BY-4.0.