Merge "Retry the call that fetches the tethering offload HAL." am: 70ad9d4161 am: 9a3b6faf37 am: a533866d24
Change-Id: Ic6cf3e1cbc77eb4afe7d2b9a7238bd2b8c6eb379
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