|
Enable logging in Android HAL module
Posted at 1/2/2018 21:34:20
View:2833
|
Replies:0
Print
Only Author
[Copy Link]
1#
Dear all,
How can I enable logging (using ALOGx calls within Android framework) inside the HAL module for hwcomposer.cpp ? This file is located: ./hardware/rockchip/hwcomposer/hwcomposer.cpp
For some reason the logging calls never end up in the logcat output. For another module, such as the lights HAL module (./hardware/rockchip/liblights), the logging calls do show up in logcat !!
I have tried the following:
defining at top of the respective file, but this does not change anything.
Anyone any idea how to enable logging in this HWComposer HAL module?
Thanks in advance,
Kind regards, Mark
|
|