[Solution] MTKLogger support for LogHandler MTK-Commit-Id: 58a1ac0f72764fced2c0eac8421160d42d90b05c Change-Id: I5117ffb2b12707e4819938553f580a440a9ae6a2 CR-Id: ALPS03934549 Feature: MTKLogger
7 lines
291 B
Plaintext
7 lines
291 B
Plaintext
# HwBinder IPC from client to server, and callbacks
|
|
binder_call(mtk_hal_log_client, mtk_hal_log_server)
|
|
binder_call(mtk_hal_log_server, mtk_hal_log_client)
|
|
|
|
add_hwservice(mtk_hal_log_server, mtk_hal_log_hwservice)
|
|
allow mtk_hal_log_client mtk_hal_log_hwservice:hwservice_manager find;
|