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
Copy file name to clipboardExpand all lines: embrace-android-features/src/test/java/io/embrace/android/embracesdk/internal/anr/EmbraceAnrServiceRule.kt
+21-3Lines changed: 21 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -40,18 +40,19 @@ internal class EmbraceAnrServiceRule<T : ScheduledExecutorService>(
Copy file name to clipboardExpand all lines: embrace-android-features/src/test/java/io/embrace/android/embracesdk/internal/anr/EmbraceAnrServiceTimingTest.kt
+78Lines changed: 78 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ import org.junit.Before
9
9
importorg.junit.Rule
10
10
importorg.junit.Test
11
11
importjava.lang.Thread.currentThread
12
+
importjava.util.concurrent.TimeUnit
12
13
importjava.util.concurrent.atomic.AtomicReference
13
14
14
15
/**
@@ -67,4 +68,81 @@ internal class EmbraceAnrServiceTimingTest {
0 commit comments