-
Notifications
You must be signed in to change notification settings - Fork 61
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
Conversation
a399b1d
to
6997fc9
Compare
Codecov Report
@@ 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
|
@@ -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() |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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() |
There was a problem hiding this comment.
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,…)
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)