You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The `AppHangPlugin` can now be configured to log breadcrumbs for "near hang" situations where the app pauses for long enough to be noticeable but not long enough to warrant a full AppHang report
Copy file name to clipboardExpand all lines: bugsnag-plugin-android-apphang/detekt-baseline.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
<SmellBaseline>
3
3
<ManuallySuppressedIssues/>
4
4
<CurrentIssues>
5
+
<ID>LongParameterList:LooperMonitorThread.kt$LooperMonitorThread$( watchedLooper: Looper, private val appHangThresholdMillis: Long, private val appHangCooldownMillis: Long, private val samplingThresholdMillis: Long, private val samplingRateMillis: Long, private val nearHangThresholdMillis: Long, private val onAppHangDetected: (timeSinceLastHeartbeat: Long, ThreadSampler?) -> Unit, private val onNearHangDetected: (pauseTime: Long, ThreadSampler?) -> Unit )</ID>
Copy file name to clipboardExpand all lines: features/fixtures/mazerunner/jvm-scenarios/src/main/java/com/bugsnag/android/mazerunner/scenarios/AppHangPluginScenario.kt
0 commit comments