You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
Verbose logging can be useful when something goes wrong, but HexagonRPCD
already works well on some devices. Disable verbose logging by default.
Reported by Adrian on the SDM845 Mainline Matrix channel.
Fixes: 30fa49eb20 ("build: add hexagonrpcd_verbose option")
3 lines
155 B
Plaintext
3 lines
155 B
Plaintext
option('hexagonrpcd_verbose', type : 'boolean', value : false,
|
|
description : 'Compile hexagonrpcd with extra logging for each remote method invocation')
|