-
Notifications
You must be signed in to change notification settings - Fork 608
Implement new cold app start detection heuristic #6950
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
Conversation
Vertex AI Mock Responses Check
|
Coverage Report 1Affected Products
Test Logs |
Test Results 38 files 38 suites 46s ⏱️ Results for commit 833211e. ♻️ This comment has been updated with latest results. |
firebase-sessions/src/test/kotlin/com/google/firebase/sessions/ProcessDataManagerTest.kt
Outdated
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/ProcessDataManager.kt
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/SharedSessionRepository.kt
Show resolved
Hide resolved
firebase-sessions/src/main/kotlin/com/google/firebase/sessions/ProcessDataManager.kt |
Implement new cold app start detection heuristic. This is just the reading part, and all the scaffolding. Next step will be to start writing the process data map. Tested by unit tests and manual testing with the sessions test app
Implement new cold app start detection heuristic.
This is just the reading part, and all the scaffolding. Next step will be to start writing the process data map.
Tested by unit tests and manual testing with the sessions test app