Skip to content
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

RUMM-2477: Update Cmake to 3.22.1 #1032

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

0xnm
Copy link
Member

@0xnm 0xnm commented Sep 2, 2022

What does this PR do?

This change updates Cmake to 3.22.1 to address the previous rollback done in #716.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@0xnm 0xnm force-pushed the nogorodnikov/rumm-2477/update-cmake-to-3.22.1 branch from a399b1d to 6997fc9 Compare September 2, 2022 11:11
@0xnm 0xnm marked this pull request as ready for review September 2, 2022 12:11
@0xnm 0xnm requested a review from a team as a code owner September 2, 2022 12:11
@codecov-commenter
Copy link

codecov-commenter commented Sep 2, 2022

Codecov Report

Merging #1032 (6997fc9) into develop (12217f1) will increase coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1032      +/-   ##
===========================================
+ Coverage    83.20%   83.23%   +0.03%     
===========================================
  Files          272      272              
  Lines         9256     9256              
  Branches      1485     1485              
===========================================
+ Hits          7701     7704       +3     
+ Misses        1143     1141       -2     
+ Partials       412      411       -1     
Impacted Files Coverage Δ
...android/rum/internal/ndk/DatadogNdkCrashHandler.kt 88.11% <0.00%> (ø)
.../android/rum/internal/monitor/DatadogRumMonitor.kt 92.49% <0.00%> (+0.58%) ⬆️
...g/internal/domain/event/DdSpanToSpanEventMapper.kt 100.00% <0.00%> (+3.85%) ⬆️

@@ -62,11 +62,6 @@ class CrashFragment :
viewModel = ViewModelProviders.of(this).get(CrashViewModel::class.java)
}

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
triggerCrash()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this crash mechanism no longer needed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not when the view is created, we have buttons in the sample app ui to trigger different crashes (JVM, native,…)

@@ -62,11 +62,6 @@ class CrashFragment :
viewModel = ViewModelProviders.of(this).get(CrashViewModel::class.java)
}

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
triggerCrash()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not when the view is created, we have buttons in the sample app ui to trigger different crashes (JVM, native,…)

@0xnm 0xnm merged commit f6e5fd9 into develop Sep 5, 2022
@0xnm 0xnm deleted the nogorodnikov/rumm-2477/update-cmake-to-3.22.1 branch September 5, 2022 07:18
@xgouchet xgouchet added this to the 1.15.0 milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants