-
Notifications
You must be signed in to change notification settings - Fork 626
Merged sessions-sharedrepo into main #7039
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6d4ee90
Use multi-process DataStore instead of Preferences DataStore (#6781)
mrober 1d1b63b
Share settings cache between running processes (#6788)
mrober 2ceec6c
Fix unit tests showing warning about datastore_shared_counter (#6830)
mrober 9ec11cf
Create SharedSessionRepository and remove bound service (#6844)
mrober e6822ec
send session event based on data collection and setting config (#6852)
themiswang f28a5a2
Fix firelog send (#6855)
mrober 3e5bc81
Implement fake datastore for unit tests (#6874)
mrober 9222312
Fallback try catch block (#6873)
themiswang 34d8b06
Add unit tests for session repo (#6878)
themiswang 521422e
background time nullable (#6886)
themiswang d76faa7
Disable the activity lifecycle callbacks on app delete (#6877)
mrober 02438e9
Implement new cold app start detection heuristic (#6950)
mrober b8f4a55
Implement ProcessDataManager (#6961)
mrober 555aeaf
Implement cold start detection logic (#6975)
mrober 84ce109
Add benchmark to measure startup time with cleared app data (#6985)
mrober d937ffe
Do not notify subscribers when session didn't change (#6988)
mrober fb3f49c
Fix the profile case with clear app data (#7000)
mrober 9315ef0
Use the same tag for all logs in sessions (#7002)
mrober 2dec910
Add more trace buttons to sessions test app (#7014)
mrober b286c3a
Allow Perf to use this version of AQS (#7041)
mrober 8032306
Address feedback on sessions-sharedrepo (#7045)
mrober d889a39
Fix cold starts incorrectly using the previous firstSessionId (#7047)
mrober acd367c
Make the Sessions test app more convenient to test (#7054)
mrober d0b7357
Notify Sessions when a fatal crash occurs (#7074)
mrober 0dd159c
Final cleanup before merging (#7112)
mrober 5d0d9ec
Merge branch 'main' into sessions-sharedrepo
mrober File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
62 changes: 0 additions & 62 deletions
62
.../src/androidTest/kotlin/com/google/firebase/sessions/SessionLifecycleServiceBinderTest.kt
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.