mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
8f4111ca7daa9fe35f0785c4995c3ddde21f4da1
For data analysis from HAL logs, it is helpful to get some higher level
information of the camera usage (such as the client's package name).
HALs are denied access to this higher level information at runtime.
To help data with data analysis, cameraservice will now pass a session
identifier when configuring streams. This identifier can be used to
correlate HAL logs with cameraservice logs at the time of log
consumption. However this correlation cannot be made at runtime. This
identifier is randomly generated and has no functional purpose and can
be safely disregarded by HAL implementations that don't want to
correlate their logs to cameraservice logs.
Bug: 271171714
Test: Manually verified that cameraservice sends correct logId to the
HAL.
Change-Id: Ib0823a9de8f573233a6e037c178a4398eb26e7ef
Merge "audio: Put audio/aidl/common/include/Utils.h into 'aidl' NS" am:
7260130baf am: 99e5af4b2f am: 881ed49811
Merge "VtsHalMediaOmx: fix OmxCodecAllowedTest to match requirement" am:
28d4f75dd0 am: 7d9873d019 am: 64da566f72
Merge "[Sensor][Bugfix]: Remove redundant assignment operations" am:
7baf2ac4e3 am: 59b483ec3c am: 6d3361fe03
Description
No description provided
Languages
C++
56.3%
AIDL
41.2%
C
1.5%
Rust
0.4%
Java
0.4%
Other
0.1%