-2
我正在創建一個應用程序,我似乎遇到了logcat問題。 IDE是Android Studio,我選擇了正確的設備和應用程序。我還將篩選器設置爲「無篩選器」,並嘗試僅顯示來自選定的應用程序。日誌級別設置爲詳細。logcat中缺少堆棧跟蹤
每當我的應用程序崩潰時,我只在logcat中得到這個錯誤:thread exiting with uncaught exception
。據我的理解,還應該有一個堆棧跟蹤。我在這裏錯過了什麼?
'Attache debugger to android process and analyze logcat.' –
當我運行應用程序時,數據被記錄到logcat,但是stacktraces丟失。 – Nfear