summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeng Wang <mewan@google.com>2021-05-07 21:42:30 +0000
committerMeng Wang <mewan@google.com>2021-05-10 22:04:23 +0000
commit3e826cd38a3e7914c73f4fb16aa2c4632c0418dc (patch)
treec9082113832b2585852ded39a9d9bb933e7ee46e
parent858a0958c915f9ca0e404311b63335a9c17ac893 (diff)
downloadImsServiceEntitlement-3e826cd38a3e7914c73f4fb16aa2c4632c0418dc.tar.gz
Update debug property naming
Use "imsse" instead of "wfc" Bug: 187749951 Test: manual Change-Id: Ie9e729579c893ddc6bd31b0c1401e845cbe41fc5
-rw-r--r--src/com/android/ImsServiceEntitlement/debug/DebugUtils.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/com/android/ImsServiceEntitlement/debug/DebugUtils.java b/src/com/android/ImsServiceEntitlement/debug/DebugUtils.java
index fd1187b..9e1520a 100644
--- a/src/com/android/ImsServiceEntitlement/debug/DebugUtils.java
+++ b/src/com/android/ImsServiceEntitlement/debug/DebugUtils.java
@@ -24,10 +24,8 @@ import java.util.Optional;
/** Provides API for debugging and not allow to debug on user build. */
public final class DebugUtils {
- private static final String TAG = "WfcActivationActivity";
-
- private static final String PROP_PII_LOGGABLE = "dbg.wfc.pii_loggable";
- private static final String PROP_SERVER_URL_OVERRIDE = "persist.dbg.wfc.server_url";
+ private static final String PROP_PII_LOGGABLE = "dbg.imsse.pii_loggable";
+ private static final String PROP_SERVER_URL_OVERRIDE = "persist.dbg.imsse.server_url";
private static final String BUILD_TYPE_USER = "user";
private DebugUtils() {}