Merge "Stop complaining about failure to remove routes" am: aabfae0bc8
Original change: undetermined Change-Id: I0d62c7b3f50ae1ae7cae2ce088dd84fb239816af
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