mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
Bug: 228547969
Test: adb shell cmd stats print-logs;[do wireless charge], and below log
found
03-31 22:52:21.798 801 809 I statsd : { uid(1000) 1648738341
240287209019 (105009)0x10000->[S] 0x20000->0[I] }
Signed-off-by: Denny cy Lee <dennycylee@google.com>
Change-Id: I5ef5279ba7c8bf0fd3d4cf0155f5bcad79eeb6b2
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
binder_call(system_server, hal_camera_default);
|
|
|
|
# Allow system server to send sensor data callbacks to GPS
|
|
binder_call(system_server, gpsd);
|
|
|
|
# pixelstats_vendor/OrientationCollector
|
|
binder_call(system_server, pixelstats_vendor);
|