commit | 408a7645271f56e1e0bc8e7c09ecaf8def1cf2ff | [log] [tgz] |
---|---|---|
author | Junyu Lai <junyulai@google.com> | Mon Dec 18 16:13:12 2023 +0800 |
committer | Tim Zimmermann <tim@linux4.de> | Thu Apr 25 23:28:26 2024 -0400 |
tree | 70a9ded722b3b825b5f5e35b923d43b453cc1192 | |
parent | 0a9e5c9818d8cbab74136a7ac5680a448897921c [diff] |
Remove sdk level check when calling getDataSaverEnabled Follow-up from aosp/2856948, the data saver status value is filled by ConnectivityService before Android V. Thus, calling BpfNetMapsReader#getDataSaverEnabled() is a legit use case, which should not trigger log.wtf. Remove the check accordingly. Test: TH Bug: 314858283 Fix: 316839561 Change-Id: I90c85ab98fbefd1f99ec799a4eec8d1d0cfd47b0