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); }