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

Commit 961b3f8e authored by Kweku Adams's avatar Kweku Adams Committed by Android (Google) Code Review
Browse files

Merge "Fix logging issue." into main

parents a90768d4 870a603d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3919,6 +3919,7 @@ public class DeviceIdleController extends SystemService
                    if (locationManager != null
                            && locationManager.getProvider(LocationManager.FUSED_PROVIDER)
                                    != null) {
                        mHasFusedLocation = true;
                        locationManager.requestLocationUpdates(LocationManager.FUSED_PROVIDER,
                                mLocationRequest,
                                AppSchedulingModuleThread.getExecutor(),