supersat commented on code in PR #13072:
URL: https://github.com/apache/tvm/pull/13072#discussion_r1001213284


##########
src/runtime/hexagon/rpc/android_bash.sh.template:
##########
@@ -20,7 +20,7 @@ export LD_LIBRARY_PATH=.
 
 # Enable FARF-based logging for Hexagon code invoked by 
'tvm_rpc_android_server'.
 export ADSP_LIBRARY_PATH=`pwd`
-echo 0x1f > tvm_rpc_android.farf
+echo 0x1e > tvm_rpc_android.farf

Review Comment:
   This is a bitmask which defines which log levels to collect. This disables 
the Hexagon `LOW` level (which is mapped to the new `DEBUG` level used in 
Hexagon RPC logs) to prevent the logs from being overwhelmed by RPC debugging 
information.
   
   More information about this bitmask is available in the Hexagon SDK: 
`Hexagon_SDK/docs/tools/messaging.html` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to