commit | 899edf6f4fef302ff219ee346b47afc5c8b640aa | [log] [tgz] |
---|---|---|
author | Sergey Poromov <poromov@google.com> | Wed Feb 24 17:21:59 2016 +0100 |
committer | Sergey Poromov <poromov@google.com> | Wed Feb 24 19:36:26 2016 +0100 |
tree | 815a04895595eb509285517aa3109359f41d2fdc | |
parent | cf7518f78af84aaafc7cd38ff69eec357a5b3055 [diff] |
Fix NPE when null BackupObserver is passed into BackupManager#requestBackup() BackupManagerService has the null check, but it doesn't work because passed BackupObserver object is wrapped into this BackupObserverWrapper. This was found during GTS testing. Bug: 27334738 Change-Id: I16dc0230824b326d3fae1f8489f58b0c0d4e1c7c