Is it possible to send custom data with acra without actually having a Throwable?
I´ve seen that it is possible to append custom crashdata by using
ACRA.getErrorReporter().putCustomData()
But the data will only be send if there will follow an exception.
The intention of doing it is an app I´m working on, which uses webview and I want to send Javascript errors as well as native ones.