remove TrafficController::dump
Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I399ac8dfc4992f4c604f1d32c2f1b8ae06710808
This commit is contained in:
@@ -576,13 +576,5 @@ void TrafficController::setPermissionForUids(int permission, const std::vector<u
|
||||
}
|
||||
}
|
||||
|
||||
void TrafficController::dump(int fd, bool verbose __unused) {
|
||||
std::lock_guard guard(mMutex);
|
||||
DumpWriter dw(fd);
|
||||
|
||||
ScopedIndent indentTop(dw);
|
||||
dw.println("TrafficController");
|
||||
}
|
||||
|
||||
} // namespace net
|
||||
} // namespace android
|
||||
|
||||
Reference in New Issue
Block a user