File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
org.fox.ttrss/src/main/java/org/fox/ttrss Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88import com .google .android .material .color .DynamicColors ;
99
1010import org .acra .ACRA ;
11+ import org .acra .ReportField ;
1112import org .acra .config .CoreConfigurationBuilder ;
1213import org .acra .config .DialogConfigurationBuilder ;
1314import org .acra .config .MailSenderConfigurationBuilder ;
@@ -106,6 +107,7 @@ protected void attachBaseContext(Context base) {
106107 if (!BuildConfig .DEBUG )
107108 ACRA .init (this , new CoreConfigurationBuilder ()
108109 .withBuildConfigClass (BuildConfig .class )
110+ .withReportContent (ReportField .APP_VERSION_NAME , ReportField .APP_VERSION_CODE , ReportField .STACK_TRACE )
109111 .withReportFormat (StringFormat .KEY_VALUE_LIST )
110112 .withPluginConfigurations (
111113 new DialogConfigurationBuilder ()
You can’t perform that action at this time.
0 commit comments