summaryrefslogtreecommitdiff
authoryan yan <yan.yan@amlogic.com>2018-01-03 03:01:06 (GMT)
committer yan yan <yan.yan@amlogic.com>2018-01-03 03:01:06 (GMT)
commitbdceb97c526f25723d0d37980aeab7605af2e64f (patch)
tree47d0c216801f2679f7a6350734fef0f185c6688b
parenta989212ff77a60b5de39ce3052c23dfafde71680 (diff)
downloadTvInput-bdceb97c526f25723d0d37980aeab7605af2e64f.zip
TvInput-bdceb97c526f25723d0d37980aeab7605af2e64f.tar.gz
TvInput-bdceb97c526f25723d0d37980aeab7605af2e64f.tar.bz2
DTVCC: lock timeout: Remove lock in finalize process. [1/1]
PD# 157993 Change-Id: I0b8638aa33c6267e64515a3d21ee5a08586249e7
Diffstat
-rw-r--r--DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java b/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java
index e22b1ff..7f8ef3b 100644
--- a/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java
+++ b/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java
@@ -869,7 +869,8 @@ public class DTVSubtitleView extends View {
}
protected void finalize() throws Throwable {
- dispose();
+ // Resource may not be available during gc process
+ // dispose();
super.finalize();
}