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:
@@ -1398,9 +1398,8 @@ public class AccountManagerService extends IAccountManager.Stub {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!imsi.equals(storedImsi) && !TextUtils.isEmpty(storedImsi)) {
|
if (!imsi.equals(storedImsi) && !TextUtils.isEmpty(storedImsi)) {
|
||||||
if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
Log.w(TAG, "wiping all passwords and authtokens because IMSI changed ("
|
||||||
Log.v(TAG, "wiping all passwords and authtokens");
|
+ "stored=" + storedImsi + ", current=" + imsi + ")");
|
||||||
}
|
|
||||||
SQLiteDatabase db = mOpenHelper.getWritableDatabase();
|
SQLiteDatabase db = mOpenHelper.getWritableDatabase();
|
||||||
db.beginTransaction();
|
db.beginTransaction();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user