am df5e76f9: Merge change 24814 into eclair

Merge commit 'df5e76f9c635a84efa16c5e2f6cf516b4b8fe300' into eclair-plus-aosp

* commit 'df5e76f9c635a84efa16c5e2f6cf516b4b8fe300':
  Enable log message for tracking issue #2092299.
This commit is contained in:
Jim Miller
2009-09-14 14:46:33 -07:00
committed by Android Git Automerger

View File

@@ -1398,9 +1398,8 @@ public class AccountManagerService extends IAccountManager.Stub {
}
if (!imsi.equals(storedImsi) && !TextUtils.isEmpty(storedImsi)) {
if (Log.isLoggable(TAG, Log.VERBOSE)) {
Log.v(TAG, "wiping all passwords and authtokens");
}
Log.w(TAG, "wiping all passwords and authtokens because IMSI changed ("
+ "stored=" + storedImsi + ", current=" + imsi + ")");
SQLiteDatabase db = mOpenHelper.getWritableDatabase();
db.beginTransaction();
try {