Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reports are sent via the SenderService in a separate process. #344

Merged
merged 3 commits into from
Jan 4, 2016

Commits on Jan 4, 2016

  1. Reports are now sent from the SenderService which should be (and is b…

    …y default) started in another process.
    
    ReportSenders are now configured via configuring ReportSenderFactory classes in ErrorReporter (NB this is a BREAKING API change).
    william-ferguson-au committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    f8a0090 View commit details
    Browse the repository at this point in the history
  2. Moving SenderService and SenderWorker to org.acra.sender package.

    Moving CrashReport* classes to org.acra.common package.
    william-ferguson-au committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    53143f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001def9 View commit details
    Browse the repository at this point in the history