Loading services/core/java/com/android/server/content/SyncManager.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1858,7 +1858,7 @@ public class SyncManager { account.account.name, account.userId, account.account.type); account.account.name, account.userId, account.account.type); pw.println("======================================================================="); pw.println("======================================================================="); final PrintTable table = new PrintTable(12); final PrintTable table = new PrintTable(13); table.set(0, 0, table.set(0, 0, "Authority", // 0 "Authority", // 0 "Syncable", // 1 "Syncable", // 1 Loading @@ -1871,7 +1871,8 @@ public class SyncManager { "User", // 8 "User", // 8 "Tot", // 9 "Tot", // 9 "Time", // 10 "Time", // 10 "Last Sync" // 11 "Last Sync", // 11 "Etc" // 12 ); ); final List<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> sorted = final List<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> sorted = Loading Loading @@ -1921,6 +1922,7 @@ public class SyncManager { } } } } row1 = row; if (status.lastSuccessTime != 0) { if (status.lastSuccessTime != 0) { table.set(row1++, 11, SyncStorageEngine.SOURCES[status.lastSuccessSource] table.set(row1++, 11, SyncStorageEngine.SOURCES[status.lastSuccessSource] + " " + "SUCCESS"); + " " + "SUCCESS"); Loading Loading
services/core/java/com/android/server/content/SyncManager.java +4 −2 Original line number Original line Diff line number Diff line Loading @@ -1858,7 +1858,7 @@ public class SyncManager { account.account.name, account.userId, account.account.type); account.account.name, account.userId, account.account.type); pw.println("======================================================================="); pw.println("======================================================================="); final PrintTable table = new PrintTable(12); final PrintTable table = new PrintTable(13); table.set(0, 0, table.set(0, 0, "Authority", // 0 "Authority", // 0 "Syncable", // 1 "Syncable", // 1 Loading @@ -1871,7 +1871,8 @@ public class SyncManager { "User", // 8 "User", // 8 "Tot", // 9 "Tot", // 9 "Time", // 10 "Time", // 10 "Last Sync" // 11 "Last Sync", // 11 "Etc" // 12 ); ); final List<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> sorted = final List<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> sorted = Loading Loading @@ -1921,6 +1922,7 @@ public class SyncManager { } } } } row1 = row; if (status.lastSuccessTime != 0) { if (status.lastSuccessTime != 0) { table.set(row1++, 11, SyncStorageEngine.SOURCES[status.lastSuccessSource] table.set(row1++, 11, SyncStorageEngine.SOURCES[status.lastSuccessSource] + " " + "SUCCESS"); + " " + "SUCCESS"); Loading