Changed: Use millisecond timestamps for reports

This commit is contained in:
agnostic-apollo
2021-08-19 18:26:52 +05:00
parent 8ee0c5a6ec
commit 98edf1fbc7
3 changed files with 9 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class ReportInfo implements Serializable {
this.reportString = reportString;
this.reportStringSuffix = reportStringSuffix;
this.addReportInfoToMarkdown = addReportInfoToMarkdown;
this.reportTimestamp = AndroidUtils.getCurrentTimeStamp();
this.reportTimestamp = AndroidUtils.getCurrentMilliSecondUTCTimeStamp();
}
/**