commit | f7e0799fc1824ef19477820ece09f5ffe3d8acae | [log] [tgz] |
---|---|---|
author | Daichi Hirono <hirono@google.com> | Wed Apr 13 13:47:40 2016 +0900 |
committer | Daichi Hirono <hirono@google.com> | Wed Apr 13 13:59:54 2016 +0900 |
tree | 6c4a5fa9727f4a26b0aa795b51b047115b9c301f | |
parent | c1e1e41471a98a79097a75933d03dbc785aa973f [diff] |
Handle error result returned from MTP API correctly. * Check null result for all MTP APIs that can return null. * Don't regard valid parent handles that are more than 0x80000000 as error. * Check boolean result from importFile. Change-Id: I262511ac3c935ebb54e52c03eaefd3535a3e2f29 Fix: 28155538