commit | 32242a06e88801d9a0a7c903fcca6525d2c0f522 | [log] [tgz] |
---|---|---|
author | Philip P. Moltmann <moltmann@google.com> | Wed Sep 13 14:17:21 2017 -0700 |
committer | Philip P. Moltmann <moltmann@google.com> | Thu Sep 14 17:40:54 2017 +0000 |
tree | 7675de198e0c42da6091dde46d25bc0eefa94707 | |
parent | c6e9bb9da094862eac5206e860df1a1487043deb [diff] |
Do not fail session.commit on current thread The adb install command calls session.commit() requires the failure to be delivered on a different thread than the one that calls session.commit(). Test: Tried to install invalid package via adb install Change-Id: I8b616c750afa81f126fa3d3576d21df8274b1432 Fixes: 65555295