commit | 8675fc0c5dac4cc41cc202c668314dd67c5d86ef | [log] [tgz] |
---|---|---|
author | dingfeisong <dingfeisong@xiaomi.corp-partner.google.com> | Thu Sep 26 11:08:17 2024 +0800 |
committer | Feisong Ding <dingfeisong@xiaomi.corp-partner.google.com> | Thu Sep 26 06:03:18 2024 +0000 |
tree | 4be9c515caba1fba9fc5fba8830a0cfbb95156a8 | |
parent | 355670c19612b43b73d496fee4b4fc7d4c13bf01 [diff] |
Change TetheringManager#RequestDispatcher as static If the system GC does not recycle the RequestDispatcher objects in time, they will hold more contexts, which may lead to OutOfMemoryError. So change TetheringManager#RequestDispatcher as static. Bug:369730368 Change-Id: Ia67d8547bd2d239b5f939bd870761f2946afd43b Signed-off-by: dingfeisong <dingfeisong@xiaomi.corp-partner.google.com>