getsentry / getsentry/sentry-java
Provide Baseline Profiles for Android packages
- Ngôn ngữ chính
- Kotlin
- Star
- 1.4k
- Fork
- 478
- Merge trung bình
- 2 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 67
Mô tả
### Problem Statement
Ideally the Sentry Android SDK would ship with baseline profiles. Some more docs around baseline profiles [can be found here](https://developer.android.com/topic/performance/baselineprofiles/create-baselineprofile).
### Solution Brainstorm
An Android Emulator (33+) + an app is required to create a baseline profile. Ideally we could re-use our demo app for this and do the following:
- includes all sentry modules as dependency
- create a single baseline profile
- per module: get class names (maybe from classes.jar?) and use it as a whitelist filter the app baseline-profile.txt to create a module specific baseline-profile
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.