Merge "Retry the call that fetches the tethering offload HAL." am: 094eafd471 am: 4664c0033e am: 01ae289b3d am: ddf187f6d1
Change-Id: Id002866c428b7b88742c5e8bd501594108de86e3
This commit is contained in:
@@ -142,7 +142,7 @@ public class OffloadHardwareInterface {
|
||||
public boolean initOffloadConfig() {
|
||||
IOffloadConfig offloadConfig;
|
||||
try {
|
||||
offloadConfig = IOffloadConfig.getService();
|
||||
offloadConfig = IOffloadConfig.getService(true /*retry*/);
|
||||
} catch (RemoteException e) {
|
||||
mLog.e("getIOffloadConfig error " + e);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user