Address now logs an error if given bad arguments (#2897)
This commit is contained in:
parent
3fdb5f532f
commit
aa4fb26f8f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class Address implements Serializable {
|
|||
mPersonal = (personal == null) ? null : personal.trim();
|
||||
}
|
||||
} else {
|
||||
// This should be an error
|
||||
Timber.e("Invalid address: %s", address);
|
||||
}
|
||||
} else {
|
||||
mAddress = address;
|
||||
|
|
Loading…
Reference in a new issue