我已經集成bugsense-1.9.jar在我的項目,並嘗試登錄的例外bugsense.Here是我的代碼: try {
// your code
int a = 1/0; // this will raise an exception
} catch (Exception e) {
BugSenseHandler.log("Divide by
我使用的是BugSense,它幾乎完美地工作,包括報告錯誤。問題是,每次應用程序啓動時,它都會引發一些異常(看起來應用程序將會崩潰(黑屏),但它不會......) 以下是堆棧跟蹤: 07-28 11:21:48.373: I/BugSense(16173): java.io.FileNotFoundException: /mnt/sdcard/.bugsense: open failed: ENO