commit | 5ec743f65fe48a6098ab5a564eeba012405634d7 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jan 18 01:02:06 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Jan 18 22:05:45 2023 +0000 |
tree | 34466fd9019008f6bb603959042336c968460e01 | |
parent | bcb91683b14b851bca61eedeb3d607ba5f026c12 [diff] |
libbinder: softer error for linkToDeath lack of threads Most code will be handling an error condition here, and we don't necessarily want to rewrite corresponding client code when we use RPC binder. Change-Id: Ia6cb1900dc55092625e02a734960fb5b0023340a Fixes: 264477724 Test: N/A