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

Commit 3fc76b70 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unhelpful log from native sensor service" into main

parents bc17bfda 801faaa3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -73,8 +73,6 @@ int getDeviceIdForUid(uid_t uid) {
                return deviceId;
            }
        }
    } else {
        ALOGW("Cannot get virtualdevice_native service");
    }
    return DEVICE_ID_DEFAULT;
}