Merge "Revert "Fix sockfd leakage in SensorService. Remove sockfd from Looper when the connection is removed from mActiveConnections."" into lmp-dev

This commit is contained in:
Aravind Akella 2014-09-27 02:09:29 +00:00 committed by Android (Google) Code Review
commit 71e351d96b
1 changed files with 0 additions and 2 deletions

View File

@ -653,7 +653,6 @@ void SensorService::cleanupConnection(SensorEventConnection* c)
i++;
}
}
mLooper->removeFd(c->getSensorChannel()->getSendFd());
mActiveConnections.remove(connection);
BatteryService::cleanup(c->getUid());
if (c->needsWakeLock()) {
@ -800,7 +799,6 @@ status_t SensorService::cleanupWithoutDisableLocked(
BatteryService::disableSensor(connection->getUid(), handle);
}
if (connection->hasAnySensor() == false) {
mLooper->removeFd(connection->getSensorChannel()->getSendFd());
mActiveConnections.remove(connection);
}
// see if this sensor becomes inactive