commit | 67e6a86a9720d32af40c37cb670abdcc46811566 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Thu Nov 24 02:31:23 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Nov 28 21:33:02 2022 +0000 |
tree | b2e2a4feee25a01795ce72979cf9ef152ecca8bd | |
parent | a3793499691e3bcb52964cdfdad3a84124839b32 [diff] |
libbinder_ndk: toString never goes to empty strings. This needs more follow-up, but we should show values directly. Before, an array of a single valid PFD would look like an empty array "[]". Now, we distinguish an empty array "[]" from "[fd:3]". Fixes: 260177075 Change-Id: I7c8ea833e999c8cda24db92fa1ac84b86a51602f Test: N/A