-
Notifications
You must be signed in to change notification settings - Fork 205
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
Release v5.30.0 #1844
Merged
Merged
Release v5.30.0 #1844
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
[full ci]
[full ci]
* Testing: Move Android 12 tests to run on BitBar * Tests: Make sure Android 12 bitbar tests use the correct app source * Ensure the correct docker container is used to run bitbar tests * Ensure the newly moved containers can correctly access port information
Sync next v5.29.0
Move Android 13 tests to BitBar
Move Android 9 & 11 tests to BitBar
* added metadata when app start and resume * log detail rename * last resume time rename * change metadata format in on resume * feat(example): added global metadata to example app --------- Co-authored-by: YingYing Chen <yingying.chen@192.168.1.192>
* change from empty map to hashmap * fix(test): metadata mutable when config client * fix(test): metadata mutable when config client * fix(test): metadata mutable when config client * test(breadcrumbs): check the mutability of the initial breadcrumb
Correct skips for ANR scenarios
Do not run any ANR scenarios on Samsungs
Co-authored-by: Steve Kirkland <twometresteve@users.noreply.github.com>
Reduce BS slots to 5
…ion in example app (#1833)
…d memory for getting content activity. Also added synchronise block to avoid the issue casing by potential multi threads. (#1838)
[full ci]
Skip flaky test "StrictMode Exposed File URI violation"
Move Android 7 tests to BitBar
Android notifier sizes
Generated by 🚫 Danger |
ghost
approved these changes
May 11, 2023
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.
Looking good
tomlongridge
approved these changes
May 11, 2023
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.
5.30.0 (2023-05-11)
Enhancements
Optimise SessionTracer to reduce the overhead in calculating the current context Activity.
#1838
ANR or NDK detection warnings can be suppressed (using
enabledErrorTypes
) when plugin is excluded.#1832