Merge "Clearly log tether_offload_disabled setting status in start()" into oc-dr1-dev
am: f12ff31046
Change-Id: I99f6abc31579b4b25589452c44e1834a7ba4e591
This commit is contained in:
@@ -58,7 +58,12 @@ public class OffloadController {
|
||||
}
|
||||
|
||||
public void start() {
|
||||
if (isOffloadDisabled() || started()) return;
|
||||
if (started()) return;
|
||||
|
||||
if (isOffloadDisabled()) {
|
||||
mLog.i("tethering offload disabled");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!mConfigInitialized) {
|
||||
mConfigInitialized = mHwInterface.initOffloadConfig();
|
||||
|
||||
Reference in New Issue
Block a user