Skip to content

Commit 5dddb49

Browse files
committed
Include OTel classes in baseline profile
1 parent 4f36e24 commit 5dddb49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/generate-baseline-profile.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969

7070
# Sets the Baseline Profile on its proper place so it gets correctly bundled into Play Store
7171
- name: Move & Rename Baseline Profiles
72-
run: cat android-sdk-benchmark/macrobenchmark/build/outputs/managed_device_android_test_additional_output/baselineprofile/pixel6Api34/BaselineProfileGenerator_startup-baseline-prof.txt
73-
| grep '^[^[]*io/embrace/android/embracesdk' > embrace-android-sdk/src/main/baseline-prof.txt
72+
run: cp android-sdk-benchmark/macrobenchmark/build/outputs/managed_device_android_test_additional_output/baselineprofile/pixel6Api34/BaselineProfileGenerator_startup-baseline-prof.txt embrace-android-sdk/src/main/baseline-prof.txt
7473

7574
- name: Create baseline profile PR
7675
env:

0 commit comments

Comments
 (0)