File tree 2 files changed +4
-3
lines changed
features/dd-sdk-android-rum/src
main/kotlin/com/datadog/android/rum
test/kotlin/com/datadog/android/rum/internal
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ data class RumConfiguration internal constructor(
285
285
}
286
286
287
287
/* *
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:
289
289
*
290
290
* - slowFrames: A list of records containing the timestamp and duration of frames where users experience
291
291
* jank frames within the given view.
@@ -295,13 +295,13 @@ data class RumConfiguration internal constructor(
295
295
* - freezeRate: The rate of freeze occurrences during the view's lifetime.
296
296
*
297
297
*
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,
299
299
* slow frame ratio, and freeze ratio. For additional details, refer to [SlowFrameListenerConfiguration].
300
300
*
301
301
* Assigning a null value to this property will disable the [SlowFramesListener] and stop the computation of the
302
302
* associated rates.
303
303
*
304
- * @param slowFrameListenerConfiguration The configuration to be applied to the SlowFramesListener.
304
+ * @param slowFrameListenerConfiguration The configuration to be applied to the [ SlowFramesListener] .
305
305
*/
306
306
@ExperimentalRumApi
307
307
fun setSlowFrameListenerConfiguration (
Original file line number Diff line number Diff line change @@ -182,6 +182,7 @@ internal class RumFeatureTest {
182
182
configurationWithSlowFramesDisabled,
183
183
lateCrashReporterFactory = { mockLateCrashReporter }
184
184
)
185
+
185
186
// When
186
187
testedFeature.onInitialize(appContext.mockInstance)
187
188
You can’t perform that action at this time.
0 commit comments