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

Commit 7a222661 authored by Olivier Gaillard's avatar Olivier Gaillard
Browse files

Update LocationManagerService wakelock tag to follow the naming

convention.

Tags of Wakelocks with a WorkSource should use the naming convention
*tag*. This will help app developers to understand which wakelocks come
from the platform.

Test: n/a

Change-Id: I7bd51ebb3db04e06bbd05e964efef9743fcaa6da
parent d28ce0e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public class LocationManagerService extends ILocationManager.Stub {
    private static final String TAG = "LocationManagerService";
    public static final boolean D = Log.isLoggable(TAG, Log.DEBUG);

    private static final String WAKELOCK_KEY = TAG;
    private static final String WAKELOCK_KEY = "*location*";

    // Location resolution level: no location data whatsoever
    private static final int RESOLUTION_LEVEL_NONE = 0;