Android adds print information to nsX_core. c

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Android adds print information to nsX_core. c

887件の閲覧回数
yeyuan1
Contributor III

hello everyone:

     The board I use is IMX6q,Android is 7.1.1.

      I'm having some problems.I want to add a print to the WebRtcNsx_ProcessCore function in the nsx_core. c file to print some data information,I used the following method:

 

1、

#include <utils/Log.h>
#define LOG_TAG "ns_core"
#undef NDEBUG
//#define LOG_NEDEBUG 0

     ALOGE("Run WebRtcNs_ProcessCore");

2、
     printf("enter WebRtcNsx_ProcessCore()\n");

 

 

 

      Being able to determine that the added code was executed,but the same string is not seen in the terminal print.

      The nsx_core.c path is $SDK/external/webrtc/webrtc/modules/audio_processing/ns/

      Can you give me some help?

 

Thank you

 

      

  

ラベル(1)
0 件の賞賛
返信
0 返答(返信)