mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-08 11:34:07 +08:00
Changed: Use millisecond timestamps for reports
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user