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

Commit b11d9c84 authored by Ashutosh Joshi's avatar Ashutosh Joshi Committed by android-build-merger
Browse files

Use appendFormat instead of append when passing arguments am: 53e5aa93

am: fab65a0d

Change-Id: Ic78a7fff83919089330cbdebeffd5a9aebb0243b
parents 1d667613 fab65a0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ status_t SensorService::dump(int fd, const Vector<String16>& args) {
            }
        } else if (!mSensors.hasAnySensor()) {
            result.append("No Sensors on the device\n");
            result.append("devInitCheck : %d\n", SensorDevice::getInstance().initCheck());
            result.appendFormat("devInitCheck : %d\n", SensorDevice::getInstance().initCheck());
        } else {
            // Default dump the sensor list and debugging information.
            //