Skip to content

Conversation

@konraddysput
Copy link
Collaborator

Why

Previously we detected an issue with the DateTime format with Arabic langauge. Application throws an unhandled exception in log manager when backtrace-unity tries to generate a breadcrumb. This diff allows to safe convert DateTime to string with invariant culture support.

Also this diffs adds checks to native iOS attributes - to prevent a situation we will try to convert NULL to string.

@konraddysput konraddysput added the bug Something isn't working label Mar 25, 2021
@konraddysput konraddysput self-assigned this Mar 25, 2021
Copy link

@rqbacktrace rqbacktrace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@Dautery91
Copy link
Contributor

looks fine on my end

@konraddysput konraddysput merged commit 50138f1 into release/3.4.0 Mar 26, 2021
konraddysput added a commit that referenced this pull request Apr 6, 2021
…se-positive anrs (#69)

* Background thread support (#67)

* Background thread support

* Fixed exception flow

* Removed renamed file

* Detect false-positive ANRs report and prevent ANR watchdog from sending them (#66)

* Detect false-positive ANRs report and prevent ANR watchdog from sending them + anr thread improvements

* Fixed typos + better documentation - added Samy's advices

* Attachment support (#68)

* Attachment support on Android - iOS shouldn't compile

* Updated the latest version of backtrace-android libraries and also adjust iOS integration code - code should now compile on iOS

* Native attachment support

* Attachment improvements

* Updated label

* Native client updates

* Android libraries

* Version update

* 3.4.0-rc1

* Prevents from reading empty attachments

* Arabic language support (#70)

* Fixed invalid date in log manager when calendar is unsupported

* Use single method to generate UTC timestamps + move it from extension code to static class to avoid unnecessary allocation

* Fixed line endings

* Updated native library

* Removed debug logs from native library

* Updated library version

* Added invariant culture to rest of the code

* native library update

* Fixed issue in the readme file

* Correct attachment name (#73)

* Correct attachment name

* Moved constants to const variables

* Prepare for final release

* Fixed typo in function name

* Changelog change
@konraddysput konraddysput deleted the bug/arabic-support branch April 7, 2021 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants