-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert error report timestamps to ISO format #11887
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I don't think you need a separate file. You can inline the currentDateToIsoDateFormat
function in my opinion, i.e. call LocalDateTime.now().format(DateTimeFormatter.ISO_DATE_TIME)
directly.
You are right @Stypox but this file will work as a helper class for other date time related functions still if you feel that this is not required then please let me know here |
Yes please remove it, there is no much use in a utility function that just wraps another function in a very specific way. |
Please post the new format so that I can prepare an update for the importer to additionally support the new format. Ideally, please post the entire JSON. |
Could you please elaborate? |
I think he means, just open the app built by this PR, go to settings->debug, use the button to make the app crash (which should open the report screen), click on the button to report via mail and send here the json report that your email client would put in the email body. |
|
Quality Gate passedIssues Measures |
What is it?
Description of the changes in your PR
Fixes the following issue(s)
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.
Due diligence