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