diff options
| author | 2024-02-08 10:00:02 +0000 | |
|---|---|---|
| committer | 2024-02-08 10:00:02 +0000 | |
| commit | 9b971ac8d9efbacbde47db8010f640331cb989d0 (patch) | |
| tree | 2585a12c946f837ca927f5b53b8ec59b48d234cb | |
| parent | b5100e905215952bd65bdaf5132ef204624d8a1b (diff) | |
| parent | daea89206fcddcf86c67a75187c23c1166585539 (diff) | |
Merge "Fix Regression for Oneshot Test" into main
| -rw-r--r-- | services/core/java/com/android/server/vibrator/VibratorControlService.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/vibrator/VibratorControlService.java b/services/core/java/com/android/server/vibrator/VibratorControlService.java index 8f8fe3cd48f5..17a9e3330375 100644 --- a/services/core/java/com/android/server/vibrator/VibratorControlService.java +++ b/services/core/java/com/android/server/vibrator/VibratorControlService.java @@ -248,8 +248,6 @@ public final class VibratorControlService extends IVibratorControlService.Stub { IVibratorController vibratorController = mVibratorControllerHolder.getVibratorController(); if (vibratorController == null) { - Slog.d(TAG, "Unable to check if should request vibration params. " - + "There is no registered IVibrationController."); return false; } |