Skip to content

Commit 15449be

Browse files
satween0xnm
andauthored
Apply suggestions from code review
Co-authored-by: Nikita Ogorodnikov <[email protected]>
1 parent d12bf4b commit 15449be

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/RumConfiguration.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ data class RumConfiguration internal constructor(
285285
}
286286

287287
/**
288-
* The SlowFramesListener provides statistical data to help identify performance issues related to UI rendering:
288+
* The [SlowFramesListener] provides statistical data to help identify performance issues related to UI rendering:
289289
*
290290
* - slowFrames: A list of records containing the timestamp and duration of frames where users experience
291291
* jank frames within the given view.
@@ -295,13 +295,13 @@ data class RumConfiguration internal constructor(
295295
* - freezeRate: The rate of freeze occurrences during the view's lifetime.
296296
*
297297
*
298-
* This configuration sets the parameters for the SlowFramesListener, which are used to calculate the slow frames array,
298+
* This configuration sets the parameters for the [SlowFramesListener], which are used to calculate the slow frames array,
299299
* slow frame ratio, and freeze ratio. For additional details, refer to [SlowFrameListenerConfiguration].
300300
*
301301
* Assigning a null value to this property will disable the [SlowFramesListener] and stop the computation of the
302302
* associated rates.
303303
*
304-
* @param slowFrameListenerConfiguration The configuration to be applied to the SlowFramesListener.
304+
* @param slowFrameListenerConfiguration The configuration to be applied to the [SlowFramesListener].
305305
*/
306306
@ExperimentalRumApi
307307
fun setSlowFrameListenerConfiguration(

Diff for: features/dd-sdk-android-rum/src/test/kotlin/com/datadog/android/rum/internal/RumFeatureTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ internal class RumFeatureTest {
182182
configurationWithSlowFramesDisabled,
183183
lateCrashReporterFactory = { mockLateCrashReporter }
184184
)
185+
185186
// When
186187
testedFeature.onInitialize(appContext.mockInstance)
187188

0 commit comments

Comments
 (0)