Skip to content

Commit

Permalink
perf: add extra tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench authored and bidetofevil committed Sep 9, 2024
1 parent 042ab20 commit 3ba227a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ internal class EmbraceConfigService(
isDebug: Boolean,
suppliedFramework: AppFramework,
private val foregroundAction: ConfigService.() -> Unit,
<<<<<<< HEAD
val thresholdCheck: BehaviorThresholdCheck =
=======
public val thresholdCheck: BehaviorThresholdCheck =
>>>>>>> b5629c6ca (perf: add extra tracing)
BehaviorThresholdCheck { preferencesService.deviceIdentifier }
) : ConfigService, ProcessStateListener {

Expand Down

0 comments on commit 3ba227a

Please sign in to comment.