Meaning of the error occurred from Android device

Can anyon help me to understand what the following error means?
I don’t know what to fix.

The apk was successfully built and installed on an android device.
Right after the activity starts, the error occurs.

A/libc: /Volumes/Android/buildbot/src/android/ndk-release-r17/external/libcxx/…/…/external/libcxxabi/src/abort_message.cpp:73: abort_message: assertion “terminating with uncaught exception of type dmlc::Error: [05:51:25] ~/tvm/apps/android_rpc/app/src/main/jni/jni_helper_func.h:182: Do NOT know how to handle return type code -141142912” failed
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 6292 (dmlc.tvm.tvmrpc)

Possibly invalid pointer somewhere at runtime causing this to return invalid type code. That means, it wasn’t built correctly and need to figure out the right way!

Oh. okay. Thanks Ehsan.