aboutsummaryrefslogtreecommitdiff
path: root/README.version
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2016-12-14 12:50:47 +0000
committerPete Bentley <prb@google.com>2021-03-02 23:57:01 +0000
commitadac35f1ea1f9987d9843236991ad4120e704bcb (patch)
tree461389c0889b90a1161890bf7112b7ee4dcf6fe0 /README.version
parent77cf67c410a013f5e33dc7b333a614f7e1b5ac66 (diff)
downloadjunit-adac35f1ea1f9987d9843236991ad4120e704bcb.tar.gz
Remove support for stuck threads
The experimental support for stuck threads requires access to the java.lang.management package which is not supported on Android. This change re-lands https://r.android.com/1601635 Bug: 129054170 Test: m checkbuild Change-Id: I4b37c2d09b5c68afde438c343b41fcdc788c578e (cherry picked from commit 4156f43b51c6f2d42df6e45535e1967aa46514d3)
Diffstat (limited to 'README.version')
-rw-r--r--README.version1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.version b/README.version
index 74c20ad..ebab252 100644
--- a/README.version
+++ b/README.version
@@ -5,3 +5,4 @@ BugComponent: 40416
Local Changes:
Extra generic type information to aid certain javacs.
Remove DisableOnDebug (new in 4.12) as it is not supported on Android
+ Remove support for stuck threads