1
如何在應用程序崩潰時獲取崩潰轉儲,它通常發生在我的apk的C++模塊中。我發現這個代碼在C++中如何在ndk中獲得崩潰轉儲。不在調試
try
{
made some crash code to test
}
catch(...)
{
i ,catch it ,and write the info to the sd card.
}
當發生崩潰時,代碼不進入catch部分,它立即崩潰。
有什麼不對嗎?謝謝。
是的,謝謝。 我使用try catch – ddr 2013-03-27 09:30:50
所以它能解決你的問題嗎? – Krypton 2013-03-27 09:32:03
您是否在我的答案中嘗試了網址中的代碼? – Krypton 2013-03-28 03:37:29