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

Commit 79258b8b authored by San Mehat's avatar San Mehat Committed by The Android Open Source Project
Browse files

am 9ad18f05: vold: Kill logspam

Merge commit '9ad18f05'

* commit '9ad18f05':
  vold: Kill logspam
parents 2f0c41ec 9ad18f05
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -272,8 +272,7 @@ static int handle_switch_event(struct uevent *event)
        else
        else
            door_open = false;
            door_open = false;
        volmgr_safe_mode(low_batt || door_open);
        volmgr_safe_mode(low_batt || door_open);
    } else
    }
        LOG_VOL("handle_switch_event(): Ignoring switch '%s'", name);


    return 0;
    return 0;
}
}