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

Commit f0b97877 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log WorkSource in dumpsys location"

parents 39475f0e 19adc02e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1950,7 +1950,8 @@ public class LocationManagerService extends ILocationManager.Stub {
            return "UpdateRecord[" + mProvider + " " + mReceiver.mIdentity.mPackageName
                    + "(" + mReceiver.mIdentity.mUid + (mIsForegroundUid ? " foreground"
                    : " background")
                    + ")" + " " + mRealRequest + "]";
                    + ")" + " " + mRealRequest + " "
                    + mReceiver.mWorkSource + "]";
        }
    }