commit | 9b5e7c674fa9c7ea895210bd79afc46db2e5959a | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Feb 25 17:01:17 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Feb 25 17:17:24 2021 +0900 |
tree | 9618eab00aca596766f1b5f3fa7ad4be31168aad | |
parent | f867ed2f2a47e8521566735cefa3fa85bdfdb090 [diff] |
Fix binder_to_string.h for NDK AIDL NDK backend uses SpAIBinder and ScopedFileDescriptor for AIDL IBinder and ParcelFileDescriptor types and they are handle types which handles "null" cases by themselves. Both types are specialized in ToString() so that they can print "(null)" when managed resource(binder or fd) is null. Bug: 181196266 Test: atest aidl_integration_test Change-Id: I8fdd7ae2548b423d4cc4ffc56bf74521418de1d6