Loading services/backup/java/com/android/server/backup/fullbackup/PerformAdbBackupTask.java +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ public class PerformAdbBackupTask extends FullBackupTask implements BackupRestor // after the app's agent runs to handle its private filesystem // contents, back up any OBB content it has on its behalf. if (mIncludeObbs) { if (mIncludeObbs && !isSharedStorage) { boolean obbOkay = obbConnection.backupObbs(pkg, out); if (!obbOkay) { throw new RuntimeException("Failure writing OBB stack for " + pkg); Loading Loading
services/backup/java/com/android/server/backup/fullbackup/PerformAdbBackupTask.java +1 −1 Original line number Diff line number Diff line Loading @@ -421,7 +421,7 @@ public class PerformAdbBackupTask extends FullBackupTask implements BackupRestor // after the app's agent runs to handle its private filesystem // contents, back up any OBB content it has on its behalf. if (mIncludeObbs) { if (mIncludeObbs && !isSharedStorage) { boolean obbOkay = obbConnection.backupObbs(pkg, out); if (!obbOkay) { throw new RuntimeException("Failure writing OBB stack for " + pkg); Loading