Skip to content

Commit

Permalink
Clarified documentation for ErrorReport#checkReportsOnApplicationStart
Browse files Browse the repository at this point in the history
  • Loading branch information
william-ferguson-au committed Sep 5, 2016
1 parent eb9d411 commit 2e4e020
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/java/org/acra/ErrorReporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,12 @@ public void setEnabled(boolean enabled) {
/**
* This method looks for pending reports and does the action required depending on the interaction mode set.
*
* @deprecated since 4.8.0 No replacement. Whether to send report on app start is controlled by {@link ACRA#init(Application, ACRAConfiguration, boolean)}.
* There is no need to call this method as ACRA will by default check for errors on report start.
*
* Whether ACRA checks for reports on app start is controlled by {@link ACRA#init(Application, ACRAConfiguration, boolean)},
* but the default is that it will.
*
* @deprecated since 4.8.0 No replacement.
*/
@SuppressWarnings( " unused" )
public void checkReportsOnApplicationStart() {
Expand Down

0 comments on commit 2e4e020

Please # to comment.