Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2024
1 parent c422d9d commit 8505883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ public void send(Context context, CrashReportData errorContent) throws ReportSen
try {
// Use the core ReportFormat configuration
String reportText = config.getReportFormat()
.toFormattedString(errorContent,
config.getReportContent(), "\n", "\n\t", false);
.toFormattedString(errorContent, config.getReportContent(), "\n", "\n\t", false);

// Overwrite last report
FileWriter writer = new FileWriter(logFile, false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ protected void attachBaseContext(Context base) {
log.e("ACRA Enabled dev logging", "ACRA OK");
ACRA.init(this, new CoreConfigurationBuilder()
//core configuration:
.withBuildConfigClass(BuildConfig.class)
.withReportFormat(StringFormat.KEY_VALUE_LIST)
);
.withBuildConfigClass(BuildConfig.class).withReportFormat(StringFormat.KEY_VALUE_LIST));
}
}

0 comments on commit 8505883

Please sign in to comment.