summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
diff options
context:
space:
mode:
authorRob Barnes <robbarnes@google.com>2018-11-13 15:57:22 -0700
committerRob Barnes <robbarnes@google.com>2018-12-12 11:05:20 -0700
commitebe2674dbc34c03707e6abec69b8f64a0c5fc4da (patch)
treee9266ab0641a79c52f2659b70b32a99e6e723154 /tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp
parent0a2a1e0e2d2b9df36ab0f2b65fd536fefe854466 (diff)
Changed uid output parameter from an int array to a list of strings.
Why?: 1) Returning an array list is unsafe because it must be allocated in Java and C++ must not change the size. 2) List<Integer> is not supported by AIDL, but List<String> is. I decided it was simpler to pass back integers encoded as strings than to create yet another parcelable. Bug: b/119616956 Test: ./list_auth_bound_keys_test.sh Test: Temporarily modified settings app to call listUidsOfAuthBoundKeys Change-Id: I3bf7578c96e800c8d35fba897f52220136dcd657
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src/cpp/test_executable.cpp')
0 files changed, 0 insertions, 0 deletions