summaryrefslogtreecommitdiff
path: root/src/com/android/contacts/model
diff options
context:
space:
mode:
authorWenyi Wang <wenyiw@google.com>2017-04-14 21:10:56 -0700
committerWenyi Wang <wenyiw@google.com>2017-04-18 23:46:55 +0000
commitffb419e08d7bab32ee489ec1e8e4a341d01a968a (patch)
tree66f824a096d71f79a245606a6cabfc802b3d06cd /src/com/android/contacts/model
parent6e58fdfb08d3e612a49b8cbdc15c834726fec845 (diff)
downloadContacts-ffb419e08d7bab32ee489ec1e8e4a341d01a968a.tar.gz
Fix long logging tags
- Delete unused tags, shorten the tags in use including the tags for logging and those for adding a Fragment to FragmentManager Bug: 36711497 Test: none Change-Id: Ia2fc473257eade62f0dd4cb12140be77f506baf8 (cherry picked from commit 11798d44eb59efc943ba5c78635426d3b773db19)
Diffstat (limited to 'src/com/android/contacts/model')
-rw-r--r--src/com/android/contacts/model/account/SamsungAccountType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/contacts/model/account/SamsungAccountType.java b/src/com/android/contacts/model/account/SamsungAccountType.java
index 23c7940d2..aa55095d7 100644
--- a/src/com/android/contacts/model/account/SamsungAccountType.java
+++ b/src/com/android/contacts/model/account/SamsungAccountType.java
@@ -44,7 +44,7 @@ import java.util.Locale;
* since managing ringtones is handled in a different flow.
*/
public class SamsungAccountType extends BaseAccountType {
- private static final String TAG = "KnownExternalAccountType";
+ private static final String TAG = "KnownExternalAccount";
private static final String ACCOUNT_TYPE_SAMSUNG = "com.osp.app.signin";
public SamsungAccountType(Context context, String authenticatorPackageName, String type) {