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.
ACRA では、アプリケーションが破棄されたときにレポートを送信できます。必要なときにレポートを送信するためにどのように使用しますか? たとえば、ブロック内:
try { // some code } catch (Exception e) { // send custom report with exception stack trace }