vold2: Don't print error on unknown Netlink event
Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
eba65e9d43
commit
fbe33b4a40
1 changed files with 0 additions and 2 deletions
|
@ -56,7 +56,5 @@ void NetlinkHandler::onEvent(NetlinkEvent *evt) {
|
|||
vm->handleSwitchEvent(evt);
|
||||
} else if (!strcmp(subsys, "battery")) {
|
||||
} else if (!strcmp(subsys, "power_supply")) {
|
||||
} else {
|
||||
LOGE("Dropping %s netlink event", subsys);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue