Remove support for stuck threads

Cherry-picking to mainline-prod for consistency with other branches.

The experimental support for stuck threads requires access to
the java.lang.management package which is not supported on
Android.

Bug: 129054170
Test: m checkbuild
Change-Id: I4b37c2d09b5c68afde438c343b41fcdc788c578e
Merged-In: I4b37c2d09b5c68afde438c343b41fcdc788c578e
(cherry picked from commit adac35f1ea1f9987d9843236991ad4120e704bcb)
3 files changed
tree: 30d1f40a110b2aa1486c4423a8c04437fbd8f160
  1. src/
  2. .classpath
  3. .gitignore
  4. .project
  5. Android.bp
  6. build.gradle
  7. CleanSpec.mk
  8. epl-v10.html
  9. LICENSE-junit.txt
  10. METADATA
  11. MODULE_LICENSE_EPL
  12. NOTICE.txt
  13. OWNERS
  14. README.md
  15. README.version
  16. version
README.md

JUnit 4

JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks.

For more information, please visit:

Latest Build Status

Built on DEV@cloud