[Settings] Fine tune log output and code comments
Adjusted log output and code comments. Bug: 195090132 Bug: 195091953 Test: local Change-Id: I37ccd641c313e1ffafa600fffe7ca7eaf287db88
This commit is contained in:
@@ -160,7 +160,7 @@ public class SubscriptionAnnotation {
|
||||
|
||||
public String toString() {
|
||||
return TAG + "{" + "subId=" + getSubscriptionId()
|
||||
+ ",type=" + getType()
|
||||
+ ",type=" + getType() + ",exist=" + isExisted()
|
||||
+ ",active=" + isActive() + ",displayAllow=" + isDisplayAllowed()
|
||||
+ "}";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user