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

Commit fab65a0d 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

Change-Id: Ia3ad9c8ddbef9937542feca396d05f8dca136125
parents 6468e8c8 53e5aa93
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.
            //