commit | c00ab52d032be2b7908c4ed37dc503c655da5d0b | [log] [tgz] |
---|---|---|
author | Pierfrancesco Soffritti <psoffritti@google.com> | Wed Oct 13 15:05:06 2021 +0100 |
committer | Pierfrancesco Soffritti <psoffritti@google.com> | Thu Oct 28 07:14:51 2021 +0000 |
tree | 405a7894bfe23294db75a2b1bd7494cefeacebd2 | |
parent | 4199e041cedd339ffd2863e4448ca1312ab0b6ac [diff] |
Disable coroutine debugger if lib version lower than 1.6 This change checks the coroutine library version from it's META-INF/kotlinx_coroutines_core.version file. If the version is lower than 1.6 the agent doesn't do the instrumentation of DebugProbesKt, to prevent the coroutines debugger from working. Prior to version 1.6 the coroutine debugger is too slow, making it unusable. Test: CoroutineDebuggerAgentOldLibraryTest Bug: 182023904 Change-Id: I0acce3a09160667b31a18d454fba8247bd63d3b9
This project contains: