自定義應用Crash時系統顯示的對話方塊

2021-09-19 11:15:04 字數 1013 閱讀 1554

先看幾張張圖:

注意:如果你已經有acra,crashlytics或任何類似的庫在您的應用程式,它仍然會正常工作,但customactivityoncrash必須先初始化,或原始報告工具將停止工作。

在程式中新增下面一行**,必須保證他能被執行

throw new runtimeexception("boom!");
在customactivityoncrash.install(this)之後呼叫

設定erroractivity在後台啟動,預設為true

customactivityoncrash.setlauncherroractivitywheninbackground(boolean);
設定展示詳細錯誤資訊,預設為true

customactivityoncrash.setshowerrordetails(boolean);

設定重新啟動的activity

customactivityoncrash.setrestartactivityclass(class extends activity>);
自定義請參閱github:

Android 自定義縮短Toast顯示時間

之前自己寫了個縮短toast顯示時間的,後來發現有更簡單的,是別人寫的,我就弄上來給大家看看吧 private static void controltoasttime final toast toast,int duration duration 上面是設定的函式,下面為呼叫方法 toast to...

介面 顯示自定義視窗

製作自定義視窗類 存在的問題 製作的視窗不能移動 如果要改進,可以參見 無標題視窗的移動 this m pmainwnd new wnd this m pmainwnd showwindow this m ncmdshow this m pmainwnd updatewindow 注意一定要 ret...

自定義 setDateFormat 顯示格式

setdateformat 顯示格式 rel noopener noreferrer 自定義 setdateformat 顯示格式 candy nsstring getstringfromdate nsdate adate nsdateformatter dateformater nsdatefor...