commit | d8c86c1ce62c0ce9c4614f8f14e31f48daf04697 | [log] [tgz] |
---|---|---|
author | TeYuan Wang <kamewang@google.com> | Thu Mar 19 21:24:00 2020 +0800 |
committer | TeYuan Wang <kamewang@google.com> | Thu Mar 19 14:59:47 2020 +0000 |
tree | 4e8da7aee87bc9b66797a532fa71855ecbe27346 | |
parent | 2173500b81d4597a9d7a98d945ffd3f42190b2a9 [diff] |
thermal: remove redundant cdev_to_watch registration cdev_to_watch fd causes pollOnce function return immediatly. Because thermalhal does not monitor cdev status now, so remove cdev_to_watch fd to avoid threadLoop busy problem. Bug: 151897840 Test: Verified thermalhal notifythrottling via emul_temp thermalhal will not keep busy. Change-Id: I999c9b843dde5870d83d8305d5517196188fa819 Signed-off-by: TeYuan Wang <kamewang@google.com>