Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f74bf9a4 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "Fix a crasher in SensorService"

parents 71fcc865 057f625c
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -44,8 +44,7 @@ namespace android {
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------


SensorService::SensorService()
SensorService::SensorService()
    : Thread(false),
    : mDump("android.permission.DUMP"),
      mDump("android.permission.DUMP"),
      mInitCheck(NO_INIT)
      mInitCheck(NO_INIT)
{
{
}
}