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

Commit 19adc02e authored by Wyatt Riley's avatar Wyatt Riley
Browse files

Log WorkSource in dumpsys location

Bug: 79740043
Test: Runs, helpfully, on Pixel 2
Change-Id: Id4813c07a88b25b17c7cdf2c3f5acae8822510fa
parent 3da50f32
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 + "]";
        }
    }