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

Commit a61bb237 authored by JP Abgrall's avatar JP Abgrall Committed by Android (Google) Code Review
Browse files

Merge "LocationManagerService: Add debug flag lookup from properties"

parents da27e5a2 f79811e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ import java.util.Set;
 */
public class LocationManagerService extends ILocationManager.Stub {
    private static final String TAG = "LocationManagerService";
    public static final boolean D = false;
    public static final boolean D = Log.isLoggable(TAG, Log.DEBUG);

    private static final String WAKELOCK_KEY = TAG;
    private static final String THREAD_NAME = TAG;