-
-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ActivityLifecycleIntegration: - creates `onCreate` and `onStart` TimeSpans - set app start type to warm in AppStartMetrics when needed - saves SystemClock.uptimeMillis to set app start timestamp - sets start type to warm even when cold start was invalid (app was started in background, like via BroadcastReceiver) - restart app start in AppStartMetrics in perfv1, too * reverted TimeSpan.setStartUnixTimeMs to @testonly method * AppStartMetrics has now a method to restart appStartSpan and reset its uptime_ms * PerformanceAndroidEventProcessor now attaches activity start spans to warm starts, too * SentryPerformanceProvider doesn't create spans anymore * TimeSpan.setStartUnixTimeMs now shifts other timestamps accordingly
- Loading branch information
1 parent
ee833e6
commit 45a4343
Showing
10 changed files
with
580 additions
and
427 deletions.
There are no files selected for viewing
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 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 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
Oops, something went wrong.