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
*[Debug agent and Android](#debug-agent-and-android)
11
10
*[Android optimization](#android-optimization)
12
11
13
12
<!--- END -->
@@ -77,12 +76,6 @@ additionally enhancing stacktraces with information where coroutine was created.
77
76
78
77
The full tutorial of how to use debug agent can be found in the corresponding [readme](../../kotlinx-coroutines-debug/README.md).
79
78
80
-
### Debug agent and Android
81
-
82
-
Unfortunately, Android runtime does not support Instrument API necessary for `kotlinx-coroutines-debug` to function, triggering `java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;`.
83
-
84
-
Nevertheless, it will be possible to support debug agent on Android as soon as [GradleAspectJ-Android](https://github.com/Archinamon/android-gradle-aspectj) will support android-gradle 3.3
Copy file name to clipboardExpand all lines: kotlinx-coroutines-debug/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -154,9 +154,8 @@ of the dump programmatically.
154
154
155
155
### Debug agent and Android
156
156
157
-
Unfortunately, Android runtime does not support Instrument API necessary for `kotlinx-coroutines-debug` to function, triggering `java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;`.
158
-
159
-
Nevertheless, it will be possible to support debug agent on Android as soon as [GradleAspectJ-Android](https://github.com/Archinamon/android-gradle-aspectj) will support android-gradle 3.3
157
+
Android runtime does not support Instrument API necessary for `kotlinx-coroutines-debug` to function, triggering `java.lang.NoClassDefFoundError: Failed resolution of: Ljava/lang/management/ManagementFactory;`,
158
+
and it is not possible to use coroutine debugger along with Android emulator.
0 commit comments