Merge "Retry the call that fetches the tethering offload HAL." into rvc-dev am: 1794d0559d
Change-Id: I6f290f13edb540aeda3a9a1f3395234a50ac78b3
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