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

Commit 84e066fa authored by Tom Chan's avatar Tom Chan
Browse files

Reduce log level for provideData

We expect to call it at a high frequency, so reduce log level to avoid
cluttering logcat.

Test: Will rely on presubmit
Bug: 301427767
Change-Id: I3a8fbb1b1e75e2d6fbb0ca701baec325a3102748
parent e3fc2640
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ public class WearableSensingManagerService extends
                PersistableBundle data,
                SharedMemory sharedMemory,
                RemoteCallback callback) {
            Slog.i(TAG, "WearableSensingManagerInternal provideData.");
            Slog.d(TAG, "WearableSensingManagerInternal provideData.");
            Objects.requireNonNull(data);
            Objects.requireNonNull(callback);
            mContext.enforceCallingOrSelfPermission(