Hexagon_rpc_open failed

Thanks for your prompt reply! I got such error message by setting launcher_android.farf and using adb logcat -s adsprpc command .

06-17 00:40:12.392 18236 18239 V adsprpc : mod_table.c:823:0x30db:12: Error 0x80000414: open_mod_table_handle_invoke failed for handle 0x4, sc 0x8020000
06-17 00:40:12.393 18236 18239 V adsprpc : HAP_utils.c:303:0x30db:12: Logging mask set to 31
06-17 00:40:12.436 18236 18239 V adsprpc : rtld.c:1292:0x60dc:12: RX VA 0xFFF00000 outside ELF segment
06-17 00:40:12.436 18236 18239 V adsprpc : rtld.c:1292:0x60dc:12: RX VA 0xFFF00000 outside ELF segment
06-17 00:40:12.437 18236 18239 V adsprpc : symbol.c:350:0x60dc:12: undefined symbol   #1471 _ZN3tvm7runtime6detail10LogMessage14level_strings_E in ./liblauncher_rpc_skel.so
06-17 00:40:12.437 18236 18239 V adsprpc : rtld.c:859:0x60dc:12: Error: dlopen_ex failed for liblauncher_rpc_skel.so (flags 258)
06-17 00:40:12.442 18236 18239 V adsprpc : mod_table.c:541:0x60dc:12: Error 0x80000406: open_mod_table_open_dynamic failed for file:///liblauncher_rpc_skel.so?launcher_rpc_skel_handle_invoke&_modver=1.0&_dom=cdsp
06-17 00:40:12.442 18236 18239 V adsprpc : mod_table.c:568:0x60dc:12: Error: open_mod_table_open_dynamic: failed to load liblauncher_rpc_skel.so, resetting default vote as no other modules loaded

Looks like the symbol definition for tvmruntime_detail_LogMessage_level_strings is missing, similar to the case at [Hexagon] Error opening FastRPC channel - #6 by lvsss, but the missing symbol is different. Do you have any idea about this missing symbol?