ANDROID: Add oem data array for async binder transaction
We need to obtain the pid and tid information of the caller in the async binder transaction. So we need to add the pid and tid information in the async binder transaction. Bug: 190413570 Signed-off-by: zhang chuang <zhangchuang3@xiaomi.com> Change-Id: If67c972aa53196d626ccfeb46b6b61e43ddc57ae
This commit is contained in:
@@ -572,6 +572,7 @@ struct binder_transaction {
|
||||
*/
|
||||
spinlock_t lock;
|
||||
ANDROID_VENDOR_DATA(1);
|
||||
ANDROID_OEM_DATA_ARRAY(1, 2);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user