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

Commit 2abe6407 authored by Hunsuk Choi's avatar Hunsuk Choi
Browse files

Add log of feature activation state

Bug: 258112541
Test: build
Change-Id: Id048f8d0da1f2b8f143fc662739beef403a6d6c7
parent 35ac2bcb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ import android.util.Log;
import com.android.internal.annotations.VisibleForTesting;
import com.android.internal.telephony.Phone;
import com.android.internal.telephony.PhoneFactory;
import com.android.internal.telephony.flags.Flags;

import java.io.FileDescriptor;
import java.io.PrintWriter;
@@ -57,6 +58,8 @@ public class DomainSelectionResolver {
     *                               to be bound to the domain selection controller.
     */
    public static void make(Context context, String flattenedComponentName) {
        Log.i(TAG, "make flag=" + Flags.apDomainSelectionEnabled()
                + ", useOem=" + Flags.useOemDomainSelectionService());
        if (sInstance == null) {
            sInstance = new DomainSelectionResolver(context, flattenedComponentName);
        }