OSDN Git Service

Increase timeout for ADB backup/restore of SharedStorage.
authorJohan Torås Halseth <johanth@google.com>
Wed, 26 Apr 2017 20:20:32 +0000 (21:20 +0100)
committerJohan Torås Halseth <johanth@google.com>
Wed, 3 May 2017 11:36:52 +0000 (12:36 +0100)
commit3b03673d23784fb30d5fdf11ed4fa6e1619bef0f
tree3692110d98ab5bb8347f49e2b8b3398860843d0c
parente0857a580045098a39db6469c2f79d47963eb1cb
Increase timeout for ADB backup/restore of SharedStorage.

It previously used a backup timeout of 5 min, and restore timeout of 1
min, that would always timeout if the files on shared storage were big.
Now increase both to 60 minutes.

Bug: 37201952

Test: adb backup -shared && adb restore backup.ab

Merged-In: Ice6648554933baf76e96fd151b506564487c91c6

Change-Id: I99095249e960fd47fc742154bc513347bf506548
services/backup/java/com/android/server/backup/BackupManagerService.java