commit | 35887bc2a68e31b0942fb402622c6a1b5a03235a | [log] [tgz] |
---|---|---|
author | Santiago Seifert <aquilescanta@google.com> | Tue Oct 19 13:45:30 2021 +0100 |
committer | Santiago Seifert <aquilescanta@google.com> | Thu Oct 21 13:06:32 2021 +0000 |
tree | deac469a339aad2a02ca7edc3d86cab64c91e1d4 | |
parent | 1c0e4ae86f8fc86e45492bf839f8c55d33e98e28 [diff] |
Document MediaPlayer.release to be mandatory Finalizers and cleaners are discouraged java practices. Concretely, counting on finalize to release MediaPlayer violates the requirement of single-threaded use in the class javadoc. Bug: 182712404 Bug: 201440544 Test: N/A. Javadoc only change. Change-Id: I920860a8ff49d0a6bd9cef321f69269194d5fd39