Sync from forked repo - #6
Merged
Merged
Conversation
* Added caught exception logging to PLCrashReporter Signed-off-by: Landon Fuller <landonf@plausible.coop> Issue: PLCR-459 * Add documentation and tests for the new live report generation functions. Issue: PLCR-459 * Remove the use of autorelease --------- Signed-off-by: Landon Fuller <landonf@plausible.coop> Co-authored-by: Ray Lillywhite <rayll@umich.edu> Co-authored-by: Landon Fuller <landonf@plausible.coop>
Bump project version to 1.11.1
Fix OBJC_INTERFACE_IVARS warnings
Update PLCrashReporter to include privacy manifest
- Fixed issue "Run script build phase {script build phase name} will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase". This issue appeared in Xcode 14 and is happening because build phases now can only be run when related sources are changed. I've disabled this feature and such build phases now are being run every time not depending on changes in related sources.
- Fixed issue "Undefined symbols for architecture arm64: '___cxa_guard_acquire'". By default, C++11+ enforces thread-safe static local variables, meaning that when a function contains a static local variable, its initialization is protected by __cxa_guard_acquire, __cxa_guard_release, and __cxa_guard_abort. If these symbols are missing, it often indicates an issue with the C++ runtime linkage. I've added linking with libc++ lib for CrashReporter macOS Framework scheme.
Bump version to 1.11.3
Add missed '#' symbol in Changelog.md
This reverts commit f20fc21.
…inking Improve Azure Pipelines Scripts
Make crash report size configurable
Changelist: - Make crash report size configurable.
…re/merge_from_origin_repo
Feature/merge from origin repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Things to consider before you submit the PR:
CHANGELOG.mdbeen updated?Description
A few sentences describing the overall goals of the pull request.
Related PRs or issues
List related PRs and other issues.
Misc
Add what's missing, notes on what you tested, additional thoughts or questions.