Merge "Stop complaining about failure to remove routes" am: aabfae0bc8
Original change: undetermined Change-Id: I86f4fc65f6c124b8c92c274c315b108d19c24e89
This commit is contained in:
@@ -1366,7 +1366,7 @@ private NetworkStateTracker makeWimaxStateTracker() {
|
||||
mNetd.removeRoute(ifaceName, r);
|
||||
} catch (Exception e) {
|
||||
// never crash - catch them all
|
||||
if (DBG) loge("Exception trying to remove a route: " + e);
|
||||
if (VDBG) loge("Exception trying to remove a route: " + e);
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
@@ -1378,7 +1378,7 @@ private NetworkStateTracker makeWimaxStateTracker() {
|
||||
mNetd.removeSecondaryRoute(ifaceName, r);
|
||||
} catch (Exception e) {
|
||||
// never crash - catch them all
|
||||
if (DBG) loge("Exception trying to remove a route: " + e);
|
||||
if (VDBG) loge("Exception trying to remove a route: " + e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user