Merge "vibrator: fix log format and level issue"
This commit is contained in:
@@ -1733,7 +1733,7 @@ public class VibratorManagerService extends IVibratorManagerService.Stub {
|
||||
setExternalControl(true, vibHolder.stats);
|
||||
}
|
||||
if (DEBUG) {
|
||||
Slog.e(TAG, "Playing external vibration: " + vib);
|
||||
Slog.d(TAG, "Playing external vibration: " + vib);
|
||||
}
|
||||
// Vibrator will start receiving data from external channels after this point.
|
||||
// Report current time as the vibration start time, for debugging.
|
||||
@@ -1747,7 +1747,7 @@ public class VibratorManagerService extends IVibratorManagerService.Stub {
|
||||
if (mCurrentExternalVibration != null
|
||||
&& mCurrentExternalVibration.isHoldingSameVibration(vib)) {
|
||||
if (DEBUG) {
|
||||
Slog.e(TAG, "Stopping external vibration" + vib);
|
||||
Slog.d(TAG, "Stopping external vibration: " + vib);
|
||||
}
|
||||
endExternalVibrateLocked(
|
||||
new Vibration.EndInfo(Vibration.Status.FINISHED),
|
||||
|
||||
Reference in New Issue
Block a user