Forums - SNPE UDO error

3 posts / 0 new
Last post
SNPE UDO error
chandlerchen
Join Date: 17 Nov 21
Posts: 6
Posted: Mon, 2022-06-13 02:42
I 'm tring to  run the official udo example(softmax on model inceptionv3)  and use dsp for udo infer.
 I` m  strictly follows the official tuturioal, but can not run well .
my run command :
export LD_LIBRARY_PATH=/data/local/tmp/inception_v3_udo/dsp/:$LD_LIBRARY_PATH
export ADSP_LIBRARY_PATH="/data/local/tmp/inception_v3_udo/dsp/;/data/local/tmp/snpeexample/dsp/lib;/system/lib/rfsa/adsp;/system/vendor/lib/rfsa/adsp;/dsp"
echo "-----prepare board snpe env variable-----"
export SNPE_TARGET_ARCH=aarch64-android-clang6.0
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/data/local/tmp/snpeexample/$SNPE_TARGET_ARCH/lib
export PATH=$PATH:/data/local/tmp/snpeexample/$SNPE_TARGET_ARCH/bin
echo "-----excute udo net run on board-----"
cd /data/local/tmp/inception_v3_udo/
export LD_LIBRARY_PATH=/data/local/tmp/inception_v3_udo/cpu/:$LD_LIBRARY_PATH
snpe-net-run --container inception_v3_udo_uint4dsp_quantized.dlc --input_list target_raw_list.txt \
 --udo_package_path dsp/libUdoSoftmaxUdoPackageReg.so \
 --use_dsp --platform_options unsignedPD:ON
 
 
the dlc in this scprit were quantized dlc of uint8 softmax udo, build with the config of Softmax_Quant.json.
the dspimpl lib in both LD_LIBARY_PATH and  ADSP_LIBRARY_PATH.  
dsp runs good without udo. cpu runs good with udo.
the output of console on board:
 
PlatformOptions (unsignedPD:ON) set successful config option is valid
 
The selected runtime is not available on this platform. Continue anyway to observe the failure at network creation time.
error_code=500; error_message=Target runtime is not available. error_code=500; error_message=Target runtime is not available. No viable runtimes available.; error_component=Host Runtime; line_no=409; thread_id=516048911616; error_component=Host Runtime; line_no=267; thread_id=528749339896
 
 
if anyone has some experience , please tell me. Thankyou very much.
  • Up0
  • Down0
weihuan
Join Date: 12 Apr 20
Posts: 270
Posted: Sat, 2022-06-18 18:43

Dear customer,

Could you please kindly share the adb logcat to us? Also, which SNPE version you used?

BR.

Wei

  • Up0
  • Down0
chandlerchen
Join Date: 17 Nov 21
Posts: 6
Posted: Sun, 2022-06-19 21:04

my snpe version is 1.61.0.3358

my hardware is SA8155P

all run need files and full logcat log is uploaded to baidu net disk : https://pan.baidu.com/s/1C_WZJk2cRvjWrvbtVarN3Q

extract code: spwg 

you can try rerun my error. 

thank you a lot.

here are some of logcat:

-----------------------------------------------------------

06-20 03:48:39.531   536   567 E u-blox  : ublox::CSensorsDriver::sensorCalibratedUpdate: sensorCalibratedUpdate: field xAngRateValid is 0
06-20 03:48:39.531   536   567 E u-blox  : ublox::CSensorsDriver::sensorCalibratedUpdate: sensorCalibratedUpdate: field xAccelValid is 0
06-20 03:48:39.586   536   567 V u-blox  : ublox::CUbxThread::handleMessage: MSG UBX 0x10 0x03
06-20 03:48:39.586   536   567 W u-blox  : IMU time rollover every 11 minutes. Use default value
06-20 03:48:39.586 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/rpcmem_android.c:159: rpcmem_init_internal: opened ION device fd 4, configured heap IDs: system (0x2000000), contig (0x10), secure (0x400), secure flags (0x80080000)
06-20 03:48:39.586   536   567 W u-blox  : Sensor timestamp moved backwards from 855863966351164 to 855249751910931 with delta between previous packet and this one: 100000000
06-20 03:48:39.586 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:3015: fastrpc_apps_user_init done with default domain:3 and &fastrpc_trace:0x78c3a810a4
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2571: Successfully opened /vendor/dsp/cdsp/fastrpc_shell_unsigned_33
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:201: Reading configuration file: snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /system/vendor/lib/rfsa/adsp/snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /system/vendor/lib/rfsa/adsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/lib/rfsa/adsp/snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/lib/rfsa/adsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/lib/rfsa/dsp/snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/lib/rfsa/dsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/dsp/cdsp/snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/dsp/cdsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/dsp/snpe-net-run.debugconfig
06-20 03:48:39.588 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/dsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.588 27265 27265 E ion     : ioctl c0044901 failed with code -1: Inappropriate ioctl for device
06-20 03:48:39.607 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2778: Created user PD on domain 3 (attrs 0x8, debug_trace 0x0)
06-20 03:49:04.069     0     0 E adsprpc : fastrpc_mem_map_to_dsp failed. err 0x80000414 fd -1 len 0x19000
06-20 03:48:39.608 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2630: Error 0x80000414: fastrpc_enable_kernel_optimizations failed for domain 3 (Success)
06-20 03:48:39.609 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_perf.c:273: fastrpc_perf_init: enabled systrace 0x0 and RPC traces (kernel 0, dsp 0) with frequency 1000
06-20 03:48:39.609 27265 27266 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:111: listener thread starting
06-20 03:48:39.610 27265 27267 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:345: file_watcher_thread starting for domain 3
06-20 03:48:39.610 27265 27267 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.610 27265 27267 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.610 27265 27267 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /system/vendor/lib/rfsa/adsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.610 27265 27267 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/lib/rfsa/adsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.610 27265 27267 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/lib/rfsa/dsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.610 27265 27267 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/dsp/cdsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.610 27265 27267 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/dsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.611 27265 27266 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:687: open_mod_table_open_from_static: reverse module apps_std opened with handle 0xc3a837d0 (idx 0)
06-20 03:48:39.612 27265 27266 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for /data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so (No such file or directory)
06-20 03:48:39.610   887   887 I cdsprpcd: type=1400 audit(0.0:7374985): avc: denied { search } for name="tmp" dev="dm-3" ino=229378 scontext=u:r:vendor_cdsprpcd:s0 tcontext=u:object_r:shell_data_file:s0 tclass=dir permissive=1
06-20 03:48:39.613   887   895 W cdsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for /data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so (No such file or directory)
06-20 03:48:39.615 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1300: Error 0x80000406: remote_handle_open_domain: dynamic loading failed for file:////data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp on domain 3 (dlerror _
06-20 03:48:39.615 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1350: Error 0x80000406: remote_handle64_open failed for file:////data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp (errno Success)
06-20 03:48:39.617 27265 27266 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:870: Successfully opened file /data/local/tmp/snpeexample/dsp/lib/libsnpe_dsp_v66_domains_v2_skel.so
06-20 03:48:39.619 27265 27266 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:687: open_mod_table_open_from_static: reverse module apps_mem opened with handle 0xc3a838d0 (idx 1)
06-20 03:48:39.630   536   567 V u-blox  : ublox::CUbxThread::handleMessage: MSG UBX 0x28 0x02
06-20 03:48:39.631   536   567 E u-blox  : ublox::CSensorsDriver::sensorCalibratedUpdate: sensorCalibratedUpdate: field xAngRateValid is 0
06-20 03:48:39.631   536   567 E u-blox  : ublox::CSensorsDriver::sensorCalibratedUpdate: sensorCalibratedUpdate: field xAccelValid is 0
06-20 03:48:39.635 27265 27266 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for libhta_dsp_debug.so (No such file or directory)
06-20 03:48:39.636   887   895 W cdsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for libhta_dsp_debug.so (No such file or directory)
06-20 03:48:39.636 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1353: remote_handle64_open: Successfully opened handle 0x73c3e410 for file:///libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp on domain 3
06-20 03:48:39.639 27265 27265 I snpe-net-run: vendor/qcom/proprietary/commonsys-intf/adsprpc/src/rpcmem_android.c:158: rpcmem_init_internal: opened ION device fd 13, configured heap IDs: system (0x2000000), contig (0x0), secure (0x0), secure flags (0x0)
06-20 03:48:39.639 27265 27265 I snpe-net-run: vendor/qcom/proprietary/commonsys-intf/adsprpc/src/fastrpc_apps_user.c:2950: fastrpc_apps_user_init done
06-20 03:48:39.639 27265 27265 I snpe-net-run: vendor/qcom/proprietary/commonsys-intf/adsprpc/src/rpcmem_android.c:191: rpcmem_deinit_internal: closed ION fd 13
06-20 03:48:39.639 27265 27265 I snpe-net-run: vendor/qcom/proprietary/commonsys-intf/adsprpc/src/fastrpc_apps_user.c:2891: fastrpc_apps_user_deinit done
06-20 03:48:39.642 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1378: remote_handle_close: closed handle 0xf61ed0
06-20 03:48:39.642 27265 27266 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1175: Error 0x4e: remote_handle_invoke failed for handle 0x3, method 4 on domain 3 (sc 0x4020200) (errno Operation not permitted)
06-20 03:48:39.643 27265 27266 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1175: Error 0x8000040d: remote_handle_invoke failed for handle 0x3, method 4 on domain 3 (sc 0x4020200) (errno Success)
06-20 03:48:39.643 27265 27266 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:135:Error 0x8000040d: listener response with result 0x0 for ctx 0x460a7, handle 0xc3a838d0, sc 0xffffffff failed
06-20 03:48:39.643 27265 27266 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:221:Error 0x8000040d: listener thread exited (errno Success)
06-20 03:48:39.643 27265 27266 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1197: Error 0x8000040d: remote_handle64_invoke failed for handle 0x73c3e410, method 3 on domain 3 (sc 0x3000000) (errno Success)
06-20 03:48:39.643 27265 27267 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:360:Warning: file_watcher_thread received exit for domain 3, file snpe-net-run.farf
06-20 03:48:39.644 27265 27267 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:407: file_watcher_thread exiting for domain 3
06-20 03:48:39.648 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:772: open_mod_table_close: closed reverse module apps_mem with handle 0xc3a838d0
06-20 03:48:39.648 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:64::error: 512: AEE_SUCCESS == (nErr = mod_table_close(handle, errStr, errStrLen, dlErr))
06-20 03:48:39.648 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:772: open_mod_table_close: closed reverse module apps_std with handle 0xc3a837d0
06-20 03:48:39.649 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:64::error: 512: AEE_SUCCESS == (nErr = mod_table_close(handle, errStr, errStrLen, dlErr))
06-20 03:48:39.651 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1409: remote_handle64_close: closed handle 0xb400007973c3e410
06-20 03:48:39.652 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2571: Successfully opened /vendor/dsp/cdsp/fastrpc_shell_unsigned_33
06-20 03:48:39.652 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:201: Reading configuration file: snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /system/vendor/lib/rfsa/adsp/snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /system/vendor/lib/rfsa/adsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/lib/rfsa/adsp/snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/lib/rfsa/adsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/lib/rfsa/dsp/snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/lib/rfsa/dsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/dsp/cdsp/snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/dsp/cdsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/dsp/snpe-net-run.debugconfig
06-20 03:48:39.653 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/dsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.673 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2778: Created user PD on domain 3 (attrs 0x8, debug_trace 0x0)
06-20 03:48:39.674 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2630: Error 0x80000414: fastrpc_enable_kernel_optimizations failed for domain 3 (Success)
06-20 03:48:39.674 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_perf.c:273: fastrpc_perf_init: enabled systrace 0x0 and RPC traces (kernel 0, dsp 0) with frequency 1000
06-20 03:48:39.675 27265 27268 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:111: listener thread starting
06-20 03:48:39.675 27265 27269 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:345: file_watcher_thread starting for domain 3
06-20 03:48:39.675 27265 27269 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.675 27265 27269 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.675 27265 27269 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /system/vendor/lib/rfsa/adsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.675 27265 27269 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/lib/rfsa/adsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.675 27265 27269 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/lib/rfsa/dsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.675 27265 27269 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/dsp/cdsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.675 27265 27269 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/dsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.677 27265 27268 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:687: open_mod_table_open_from_static: reverse module apps_std opened with handle 0xc3a837d0 (idx 0)
06-20 03:48:39.678 27265 27268 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for /data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so (No such file or directory)
06-20 03:48:39.679   887   895 W cdsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for /data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so (No such file or directory)
06-20 03:48:39.680 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1300: Error 0x80000406: remote_handle_open_domain: dynamic loading failed for file:////data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp on domain 3 (dlerror _
06-20 03:48:39.680 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1350: Error 0x80000406: remote_handle64_open failed for file:////data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp (errno Success)
06-20 03:48:39.682 27265 27268 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:870: Successfully opened file /data/local/tmp/snpeexample/dsp/lib/libsnpe_dsp_v66_domains_v2_skel.so
06-20 03:48:39.683 27265 27268 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:687: open_mod_table_open_from_static: reverse module apps_mem opened with handle 0xc3a838d0 (idx 1)
06-20 03:48:39.686   536   567 V u-blox  : ublox::CUbxThread::handleMessage: MSG UBX 0x10 0x03
06-20 03:48:39.686   536   567 W u-blox  : IMU time rollover every 11 minutes. Use default value
06-20 03:48:39.686   536   567 W u-blox  : Sensor timestamp moved backwards from 855864066328195 to 855249851910931 with delta between previous packet and this one: 100000000
06-20 03:48:39.699 27265 27268 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for libhta_dsp_debug.so (No such file or directory)
06-20 03:48:39.700   887   895 W cdsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for libhta_dsp_debug.so (No such file or directory)
06-20 03:48:39.701 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1353: remote_handle64_open: Successfully opened handle 0x73c3eb90 for file:///libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp on domain 3
06-20 03:48:39.705 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1378: remote_handle_close: closed handle 0xf618e0
06-20 03:48:39.705 27265 27268 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1175: Error 0x4e: remote_handle_invoke failed for handle 0x3, method 4 on domain 3 (sc 0x4020200) (errno Operation not permitted)
06-20 03:48:39.705 27265 27268 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1175: Error 0x8000040d: remote_handle_invoke failed for handle 0x3, method 4 on domain 3 (sc 0x4020200) (errno Success)
06-20 03:48:39.705 27265 27268 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:135:Error 0x8000040d: listener response with result 0x0 for ctx 0x470a7, handle 0xc3a838d0, sc 0xffffffff failed
06-20 03:48:39.706 27265 27268 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:221:Error 0x8000040d: listener thread exited (errno Success)
06-20 03:48:39.706 27265 27268 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1197: Error 0x8000040d: remote_handle64_invoke failed for handle 0x73c3eb90, method 3 on domain 3 (sc 0x3000000) (errno Success)
06-20 03:48:39.706 27265 27269 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:360:Warning: file_watcher_thread received exit for domain 3, file snpe-net-run.farf
06-20 03:48:39.706 27265 27269 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:407: file_watcher_thread exiting for domain 3
06-20 03:48:39.707 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:772: open_mod_table_close: closed reverse module apps_mem with handle 0xc3a838d0
06-20 03:48:39.707 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:64::error: 512: AEE_SUCCESS == (nErr = mod_table_close(handle, errStr, errStrLen, dlErr))
06-20 03:48:39.707 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:772: open_mod_table_close: closed reverse module apps_std with handle 0xc3a837d0
06-20 03:48:39.707 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:64::error: 512: AEE_SUCCESS == (nErr = mod_table_close(handle, errStr, errStrLen, dlErr))
06-20 03:48:39.710 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1409: remote_handle64_close: closed handle 0xb400007973c3eb90
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2571: Successfully opened /vendor/dsp/cdsp/fastrpc_shell_unsigned_33
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:201: Reading configuration file: snpe-net-run.debugconfig
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.debugconfig
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.debugconfig
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /system/vendor/lib/rfsa/adsp/snpe-net-run.debugconfig
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /system/vendor/lib/rfsa/adsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/lib/rfsa/adsp/snpe-net-run.debugconfig
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/lib/rfsa/adsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/lib/rfsa/dsp/snpe-net-run.debugconfig
06-20 03:48:39.711 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/lib/rfsa/dsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.712 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/dsp/cdsp/snpe-net-run.debugconfig
06-20 03:48:39.712 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/dsp/cdsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.712 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:68: fastrpc_read_config_file_from_path: Couldn't find file: /vendor/dsp/snpe-net-run.debugconfig
06-20 03:48:39.712 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_config.c:149: Error 45: failed for /vendor/dsp/snpe-net-run.debugconfig with errno(No such file or directory)
06-20 03:48:39.730   536   567 V u-blox  : ublox::CUbxThread::handleMessage: MSG UBX 0x28 0x02
06-20 03:48:39.731 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2778: Created user PD on domain 3 (attrs 0x8, debug_trace 0x0)
06-20 03:48:39.731   536   567 E u-blox  : ublox::CSensorsDriver::sensorCalibratedUpdate: sensorCalibratedUpdate: field xAngRateValid is 0
06-20 03:48:39.731   536   567 E u-blox  : ublox::CSensorsDriver::sensorCalibratedUpdate: sensorCalibratedUpdate: field xAccelValid is 0
06-20 03:48:39.732 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:2630: Error 0x80000414: fastrpc_enable_kernel_optimizations failed for domain 3 (Success)
06-20 03:48:39.733 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_perf.c:273: fastrpc_perf_init: enabled systrace 0x0 and RPC traces (kernel 0, dsp 0) with frequency 1000
06-20 03:48:39.733 27265 27271 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:345: file_watcher_thread starting for domain 3
06-20 03:48:39.733 27265 27271 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /data/local/tmp/inception_v3_udo/dsp//snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.733 27265 27271 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /data/local/tmp/snpeexample/dsp/lib/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.733 27265 27270 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/listener_android.c:111: listener thread starting
06-20 03:48:39.733 27265 27271 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /system/vendor/lib/rfsa/adsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.733 27265 27271 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/lib/rfsa/adsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.733 27265 27271 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/lib/rfsa/dsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.733 27265 27271 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/dsp/cdsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.733 27265 27271 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/log_config.c:268:Error 0x200: fopen failed for /vendor/dsp/snpe-net-run.farf. (No such file or directory)
06-20 03:48:39.735 27265 27270 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:687: open_mod_table_open_from_static: reverse module apps_std opened with handle 0xc3a837d0 (idx 0)
06-20 03:48:39.736 27265 27270 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for /data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so (No such file or directory)
06-20 03:48:39.737   887   895 W cdsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for /data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so (No such file or directory)
06-20 03:48:39.738 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1300: Error 0x80000406: remote_handle_open_domain: dynamic loading failed for file:////data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp on domain 3 (dlerror _
06-20 03:48:39.738 27265 27265 E snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1350: Error 0x80000406: remote_handle64_open failed for file:////data/local/tmp/snpeexample/aarch64-android-clang6.0/lib/libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp (errno Success)
06-20 03:48:39.741 27265 27270 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:870: Successfully opened file /data/local/tmp/snpeexample/dsp/lib/libsnpe_dsp_v66_domains_v2_skel.so
06-20 03:48:39.742 27265 27270 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/mod_table.c:687: open_mod_table_open_from_static: reverse module apps_mem opened with handle 0xc3a838d0 (idx 1)
06-20 03:48:39.759 27265 27270 W snpe-net-run: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for libhta_dsp_debug.so (No such file or directory)
06-20 03:48:39.760   887   895 W cdsprpcd: vendor/qcom/proprietary/adsprpc/src/apps_std_imp.c:883: Warning: apps_std_fopen_with_env failed with 0x2 for libhta_dsp_debug.so (No such file or directory)
06-20 03:48:39.760 27265 27265 I snpe-net-run: vendor/qcom/proprietary/adsprpc/src/fastrpc_apps_user.c:1353: remote_handle64_open: Successfully opened handle 0x73c3e250 for file:///libsnpe_dsp_v66_domains_v2_skel.so?snpe_dsp_domains_v2_skel_handle_invoke&_modver=1.0&_dom=cdsp on domain 3
06-20 03:48:39.786   536   567 V u-blox  : ublox::CUbxThread::handleMessage: MSG UBX 0x10 0x03
06-20 03:48:39.786   536   567 W u-blox  : IMU time rollover every 11 minutes. Use default value
  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.