Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私たちは、ネットワークとビデオ画像処理をネイティブで (主に c++11 を使用して記述)、Java で開発者インターフェイスを備えた Java/ネイティブ ライブラリを構築しています。
問題は、jni 呼び出し中に全体が非常に頻繁にスタックすることです。最新の ndk-r8e を使用し、std::thread を使用して作成された複数のスレッドをネイティブで実行しています。
どんなアイデアでも大歓迎です。