commit | 2c408a1d7309a7ff093a9bc79a8fe46b621699d3 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Thu Aug 01 14:51:51 2024 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Wed Aug 14 10:46:51 2024 +0900 |
tree | 9b8876f6cd45c8f781d63389a3410c33aa0c478a | |
parent | f1d5279ecd89befae5869aa598d308cea5f0a0e8 [diff] |
Use HandlerUtils for thread-safe ApfFilter.dump() Modified ApfFilter.dump() to execute within HandlerUtils.runWithScissorsForDump(), ensuring all access is on the handler thread. This allows safe removal of the synchronized keyword from ApfFilter, improving efficiency. Test: TH, manual test Change-Id: Iace193214b14afe68556ca0230bc72f0e667805c