commit | e642d483a46b4fad328adce65d0e4d01674e654e | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Sun Mar 14 15:41:15 2021 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Sun Mar 14 15:45:14 2021 +0900 |
tree | 261b9f462ee2a10172f29a5181a2c65735f4b929 | |
parent | baf1680f8b54bbe731570206c3ffafaea341aff2 [diff] |
Remove MessageUtils usage in VpnTransportInfo MessageUtils is a hidden utility, and including a jarjared copy in framework-connectivity would add complexity. It is only used in VpnTransportInfo, where it would parse VPN constants when the class is loaded in each process. Considering the performance and maintenance cost using numerical type codes in toString() seems to be a better tradeoff. Bug: 177046265 Test: m Change-Id: Ie71cc816f86e020b44ed1c86349b5c9204dee3cf