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 Diff line number Diff line
@@ -44,8 +44,7 @@ namespace android {
// ---------------------------------------------------------------------------

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