-
Notifications
You must be signed in to change notification settings - Fork 11
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
restore CrashLogMessageExtractor #3011
Merged
Merged
Conversation
This file contains 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
This was referenced Jul 24, 2024
ayoy
approved these changes
Aug 1, 2024
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.
LGTM 👏
Configuration/BuildNumber.xcconfig
Outdated
@@ -1 +1 @@ | |||
CURRENT_PROJECT_VERSION = 230 | |||
CURRENT_PROJECT_VERSION = 231 |
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.
This looks like an accidental change – please revert it before merging.
mallexxx
added a commit
to duckduckgo/BrowserServicesKit
that referenced
this pull request
Aug 2, 2024
mallexxx
force-pushed
the
alex/process-mach-header
branch
from
August 2, 2024 08:38
7fcafb9
to
63b191b
Compare
aataraxiaa
approved these changes
Aug 2, 2024
mallexxx
added a commit
to duckduckgo/iOS
that referenced
this pull request
Aug 2, 2024
samsymons
added a commit
that referenced
this pull request
Aug 4, 2024
# By Dax the Duck (2) and others # Via Alexey Martemyanov (2) and GitHub (2) * main: Update autoconsent to v10.13.0 (#3063) [DuckPlayer] 1. Move Extension to BSK and add Init Updates (#3055) Bump version to 1.100.0 (238) Bump version to 1.100.0 (237) Improve sorting logic and related test (#3064) VPN Waitlist and Debug Menu code cleanup. (#3059) restore CrashLogMessageExtractor (#3011) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
samsymons
added a commit
that referenced
this pull request
Aug 4, 2024
# By Dax the Duck (8) and others # Via GitHub (5) and Alexey Martemyanov (2) * main: (44 commits) Add RMF `messageShown` attribute (#3062) Update autoconsent to v10.13.0 (#3063) [DuckPlayer] 1. Move Extension to BSK and add Init Updates (#3055) Bump version to 1.100.0 (238) Bump version to 1.100.0 (237) Improve sorting logic and related test (#3064) VPN Waitlist and Debug Menu code cleanup. (#3059) restore CrashLogMessageExtractor (#3011) xattr command removed from the restarting script to avoid the macOS notification (#3057) Duck Player - Improved Settings + Ship Review feedback (#2981) Fix flaky TabContentTests (#3060) PIR Database Migrations: Remove Temporary Internal Time-Based Feature Flag (#3054) Bump version to 1.100.0 (236) Remove unused messaging system (#3047) Automatically add Asana task to macOS App Board (#3053) Disable password generation for burner windows (#3024) PIR: Improve sorting logic and related test (#3049) Remove @mainactor from test case class definitions (#3048) Fix autoplay FF behavior (#3032) Fix ghost InfoPlist.xcstrings (#3044) ... # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
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.
Task/Issue URL: https://app.asana.com/0/414709148257752/1207878606354585/f
BSK PR: duckduckgo/BrowserServicesKit#909
iOS PR: duckduckgo/iOS#3133
Description:
hotfix/1.97.1
branch (disabling CrashLogMessageExtractor)CrashLogMessageExtractor.setUp
callSteps to test this PR:
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation