1. Check whether the library is correctly linked.
2. If an external device calls an SDK interface, you can run the grep "xxx_api" command to check whether xxx is contained in the provided SDK library.
3. If the SDK calls an external interface, you must perform function interposition or definition as required.