Merge "vibrator: fix log format and level issue" am: b189ace637 am: c61ab518a5
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2370170 Change-Id: I6db60f092e3c0079d0165abb7398bd254223081b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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