Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラーのレポート (クラッシュ レポート) に Acralyzer を使用しています。カスタム レポートを手動で Acra に送信したいと考えています。しかし、わからない、どうすればいいですか?
これを試して:
try { // some code } catch (Exception e) { ErrorReporter.getInstance().handleException(e); }