mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Fix cases of inlined & missing log tags.
This commit is contained in:
@@ -102,7 +102,7 @@ public class LegacyMigrationJob extends MigrationJob {
|
||||
|
||||
@Override
|
||||
void performMigration() throws RetryLaterException {
|
||||
Log.i("DatabaseUpgradeActivity", "Running background upgrade..");
|
||||
Log.i(TAG, "Running background upgrade..");
|
||||
int lastSeenVersion = VersionTracker.getLastSeenVersion(context);
|
||||
MasterSecret masterSecret = KeyCachingService.getMasterSecret(context);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user