commit | 2c1a10c4b262849e4de2ca82dea7b73e70339314 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue Mar 22 15:36:47 2022 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Tue Mar 22 15:36:47 2022 +0000 |
tree | d5632aaefa30c5ad9262736e1694d2e49e30db3a | |
parent | 3f5703df8004cb18ef1677a4a827054be1fc1dd3 [diff] |
Use separate catch for getTcpKeepalivePacket Having a combined catch block causes the code to be "optimized" by R8 to just throw a NullPointerException, with smali code: const/4 p0, 0x0 throw p0 Workaround the issue by having separate catch blocks instead. Bug: 217391956 Bug: 226127213 Test: atest ConnectivityManagerTest Change-Id: Ib51fc66c44e1c2baa1f7ba4d1b0c2d1c94c3591d