File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -911,6 +911,10 @@ public final class kotlinx/coroutines/channels/TickerMode : java/lang/Enum {
911
911
public static fun values ()[Lkotlinx/coroutines/channels/TickerMode;
912
912
}
913
913
914
+ public final class kotlinx/coroutines/debug/internal/AgentInstallationType {
915
+ public static final field INSTANCE Lkotlinx/coroutines/debug/internal/AgentInstallationType;
916
+ }
917
+
914
918
public final class kotlinx/coroutines/debug/internal/DebugCoroutineInfo {
915
919
public final fun getContext ()Lkotlin/coroutines/CoroutineContext;
916
920
public final fun getCreationStackTrace ()Ljava/util/List;
Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ package kotlinx.coroutines.debug.internal
7
7
* Otherwise, access to `AgentPremain.isInstalledStatically` triggers the load of its internal `ClassFileTransformer`
8
8
* that is not available on Android.
9
9
*
10
- * Usage Note: Fleet (Reflection): FleetDebugProbes
11
- * Usage Note: Android (Hard Coded, ignored for Leak Detection)
12
- * Usage Note: IntelliJ (Suppress KotlinInternalInJava): CoroutineDumpState
10
+ * The entity (despite being internal) has usages in the following products
11
+ * - Fleet (Reflection): FleetDebugProbes
12
+ * - Android (Hard Coded, ignored for Leak Detection)
13
+ * - IntelliJ (Suppress KotlinInternalInJava): CoroutineDumpState
13
14
*/
15
+ @PublishedApi
14
16
internal object AgentInstallationType {
15
17
internal var isInstalledStatically = false
16
18
}
You can’t perform that action at this time.
0 commit comments