SDK接入Unity后真机测试,调用语音识别控件后闪退
jalyxueyu2014 发布于2016-12 浏览:5065 回复:1
0
收藏

下面是运行日志

                                             --------- beginning of system

12-23 17:29:52.624 1252-2173/? I/ActivityManager: START u0 {act=com.baidu.action.RECOGNIZE_SPEECH cmp=com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog (has extras)} from uid 10524 on display 0

12-23 17:29:52.627 2145-5770/? D/WtProcessController: onAMCreateActivity callback

12-23 17:29:52.630 3132-3139/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only

12-23 17:29:52.630 1252-2173/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 

12-23 17:29:52.631 2145-5770/? D/WtProcessController: onAMPauseActivity callback

12-23 17:29:52.700 628-1539/? E/AudioFlinger: open /proc/18028/cmdline error

12-23 17:29:52.700 628-1539/? I/AudioFlinger: setAppName(), name=[], active=[0]

12-23 17:29:52.700 628-1539/? V/EffectDiracSound: DiracSound_command() start, cmdCode=23

12-23 17:29:52.700 628-1539/? V/EffectDiracSound: DiracSound_Command EFFECT_CMD_SET_APP_NAME: stream=3, name=-

12-23 17:29:52.702 1252-2223/? I/MediaFocusControl:  AudioFocus  abandonAudioFocus() from android.media.AudioManager@b86c69f

12-23 17:29:52.712 18028-18028/? D/AndroidRuntime: Shutting down VM

                                                   

                                                   

                                                   --------- beginning of crash

12-23 17:29:52.720 18028-18028/? E/AndroidRuntime: FATAL EXCEPTION: main

                                                   Process: com.WX.BaiduVoiceUnityTest, PID: 18028

                                                   java.lang.Error: FATAL EXCEPTION [main]

                                                   Unity version     : 5.5.0f3

                                                   Device model      : Xiaomi Redmi 3S

                                                   Device fingerprint: Xiaomi/land/land:6.0.1/MMB29M/V7.8.10.0.MALCNDE:user/release-keys

                                                   

                                                   Caused by: java.lang.RuntimeException: Unable to pause activity {com.WX.BaiduVoiceUnityTest/com.WX.BaiduVoiceUnityTest.UnityActivity}: java.lang.NullPointerException: Attempt to invoke interface method 'void com.baidu.speech.EventManager.send(java.lang.String, java.lang.String, byte[], int, int)' on a null object reference

                                                       at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3388)

                                                       at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3347)

                                                       at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3322)

                                                       at android.app.ActivityThread.access$1100(ActivityThread.java:153)

                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1362)

                                                       at android.os.Handler.dispatchMessage(Handler.java:102)

                                                       at android.os.Looper.loop(Looper.java:148)

                                                       at android.app.ActivityThread.main(ActivityThread.java:5441)

                                                       at java.lang.reflect.Method.invoke(Native Method)

                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:738)

                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:628)

                                                    Caused by: java.lang.NullPointerException: Attempt to invoke interface method 'void com.baidu.speech.EventManager.send(java.lang.String, java.lang.String, byte[], int, int)' on a null object reference

                                                       at com.WX.BaiduVoiceUnityTest.UnityActivity.onPause(UnityActivity.java:175)

                                                       at android.app.Activity.performPause(Activity.java:6415)

                                                       at android.app.Instrumentation.callActivityOnPause(Instrumentation.java:1312)

                                                       at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3374)

                                                       at android.app.ActivityThread.performPauseActivity(ActivityThread.java:3347) 

                                                       at android.app.ActivityThread.handlePauseActivity(ActivityThread.java:3322) 

                                                       at android.app.ActivityThread.access$1100(ActivityThread.java:153) 

                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1362) 

                                                       at android.os.Handler.dispatchMessage(Handler.java:102) 

                                                       at android.os.Looper.loop(Looper.java:148) 

                                                       at android.app.ActivityThread.main(ActivityThread.java:5441) 

                                                       at java.lang.reflect.Method.invoke(Native Method) 

                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:738) 

                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:628) 

12-23 17:29:52.722 2145-5770/? I/WtEventController: Receive am_crash event for pid: 18028

12-23 17:29:52.752 18028-18028/? I/Process: Sending signal. PID: 18028 SIG: 9

12-23 17:29:52.807 1252-8839/? I/DpmTcmClient: RegisterTcmMonitor from: org.apache.http.impl.conn.TcmIdleTimerMonitor

12-23 17:29:52.825 1252-2173/? I/WindowState: WIN DEATH: Window{306fe3f u0 SurfaceView}

12-23 17:29:52.827 1252-1609/? W/InputDispatcher: channel '7e8677b com.WX.BaiduVoiceUnityTest/com.WX.BaiduVoiceUnityTest.UnityActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9

12-23 17:29:52.827 1252-1609/? E/InputDispatcher: channel '7e8677b com.WX.BaiduVoiceUnityTest/com.WX.BaiduVoiceUnityTest.UnityActivity (server)' ~ Channel is unrecoverably broken and will be disposed!

12-23 17:29:52.829 1252-2181/? I/WindowState: WIN DEATH: Window{7e8677b u0 com.WX.BaiduVoiceUnityTest/com.WX.BaiduVoiceUnityTest.UnityActivity}

12-23 17:29:52.829 1252-2181/? W/InputDispatcher: Attempted to unregister already unregistered input channel '7e8677b com.WX.BaiduVoiceUnityTest/com.WX.BaiduVoiceUnityTest.UnityActivity (server)'

12-23 17:29:52.831 22171-22204/? I/XiaomiFirewall: firewall pkgName:android, result:0x0

12-23 17:29:52.839 628-1525/? V/AudioPolicyManagerCustom: getNewOutputDevice() selected device 0

12-23 17:29:52.904 1252-2114/? I/ActivityManager: Process com.WX.BaiduVoiceUnityTest (pid 18028) has died

12-23 17:29:52.904 1252-2114/? W/ActivityManager: Force removing ActivityRecord{5910114 u0 com.WX.BaiduVoiceUnityTest/.UnityActivity t5693}: app died, no saved state

12-23 17:29:52.916 640-640/? V/WLAN_PSA: NL MSG, len[4080], NL type[0x1C] WNI type[0x5900] len[55311]

12-23 17:29:52.916 640-640/? V/WLAN_PSA: NL MSG, PID: 0

12-23 17:29:52.924 1252-2114/? V/BoostFramework: BoostFramework() : mPerf = com.qualcomm.qti.Performance@f2ba30c

12-23 17:29:52.924 2145-5770/? D/WtProcessController: onAMProcStart callback

12-23 17:29:52.925 1252-2114/? I/ActivityManager: Start proc 18165:com.WX.BaiduVoiceUnityTest/u0a524 for activity com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog

12-23 17:29:52.925 2145-5770/? I/octvm: task pid 18165 have been add to group sys_app_fg.

12-23 17:29:52.925 2145-5770/? I/octvm: [sys_app_fg]cgroup_add_tasks max single write time: 0ms

12-23 17:29:52.925 2145-5770/? I/octvm: [sys_app_fg]cgroup_add_tasks total time consume: 0ms

12-23 17:29:52.963 1252-8839/? W/ErrorReport: Fail to sendHttpRequest

                                              java.lang.IllegalArgumentException: HTTP entity may not be null

                                                  at org.apache.http.util.EntityUtils.toString(EntityUtils.java:115)

                                                  at org.apache.http.util.EntityUtils.toString(EntityUtils.java:151)

                                                  at miui.util.ErrorReport.c(SourceFile:396)

                                                  at miui.util.ErrorReport.sendReportRequest(SourceFile:353)

                                                  at miui.util.ErrorReport$1.a(SourceFile:369)

                                                  at miui.util.ErrorReport$1.doInBackground(SourceFile:366)

                                                  at android.os.AsyncTask$2.call(AsyncTask.java:295)

                                                  at java.util.concurrent.FutureTask.run(FutureTask.java:237)

                                                  at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)

                                                  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)

                                                  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)

                                                  at java.lang.Thread.run(Thread.java:818)

12-23 17:29:52.964 1252-8839/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1285 android.content.ContextWrapper.bindService:604 miui.os.DropBoxManager.cp:361 miui.os.DropBoxManager.a:350 miui.os.DropBoxManager.addText:314 

12-23 17:29:52.972 18165-18165/? D/TidaProvider: TidaProvider()

12-23 17:29:52.990 1800-1813/? W/MessageQueue: Handler (com.miui.internal.server.DropBoxManagerService$2) {c9225e} sending message to a Handler on a dead thread

                                               java.lang.IllegalStateException: Handler (com.miui.internal.server.DropBoxManagerService$2) {c9225e} sending message to a Handler on a dead thread

                                                   at android.os.MessageQueue.enqueueMessage(MessageQueue.java:543)

                                                   at android.os.Handler.enqueueMessage(Handler.java:631)

                                                   at android.os.Handler.sendMessageAtTime(Handler.java:600)

                                                   at android.os.Handler.sendMessageDelayed(Handler.java:570)

                                                   at android.os.Handler.sendMessage(Handler.java:507)

                                                   at com.miui.internal.server.DropBoxManagerService.add(SourceFile:226)

                                                   at com.miui.internal.server.IDropBoxManagerService$Stub.onTransact(SourceFile:62)

                                                   at android.os.Binder.execTransact(Binder.java:453)

12-23 17:29:52.998 2145-5770/? D/WtProcessController: onAMRestartActivity callback

12-23 17:29:53.000 1252-2181/? I/Timeline: Timeline: App_transition_ready time:716613990

12-23 17:29:53.015 1252-2182/? I/Timeline: Timeline: App_transition_ready time:716614005

12-23 17:29:53.018 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.018 19078-19122/? I/Adreno: QUALCOMM build                   : 4940734, Icb035c0b03

                                           Build Date                       : 04/28/16

                                           OpenGL ES Shader Compiler Version: XE031.07.00.01

                                           Local Branch                     : mybranch19481958

                                           Remote Branch                    : quic/LA.UM.5.1_rb1.4

                                           Remote Branch                    : NONE

                                           Reconstruct Branch               : NOTHING

12-23 17:29:53.063 10364-10427/? W/Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.

12-23 17:29:53.064 10364-10427/? W/Settings: Setting android_id has moved from android.provider.Settings.System to android.provider.Settings.Secure, returning read-only value.

12-23 17:29:53.075 10364-10427/? D/AutostartService: set fg pkgname:com.WX.BaiduVoiceUnityTest

12-23 17:29:53.085 18165-18165/? D/export: exported:false

12-23 17:29:53.098 443-591/? E/libnav: ImageType4: C0(C0') previous = 123(123), current = 40(40), Meanval = 0(0)

12-23 17:29:53.150 19078-19122/? I/OpenGLRenderer: Initialized EGL, version 1.4

12-23 17:29:53.232 1252-1383/? I/Timeline: Timeline: App_transition_ready time:716614222

12-23 17:29:53.240 1252-1383/? I/Timeline: Timeline: App_transition_ready time:716614230

12-23 17:29:53.244 1252-1383/? I/Timeline: Timeline: App_transition_ready time:716614234

12-23 17:29:53.252 1975-1975/? D/wpa_supplicant: wlan0: Control interface command 'SIGNAL_POLL'

12-23 17:29:53.264 1975-1975/? D/wpa_supplicant: CTRL-DEBUG: global_ctrl_sock-sendto: sock=11 sndbuf=229376 outq=0 send_len=48

12-23 17:29:53.423 18165-18165/? W/BSDigitalDialog: loadI18N error

                                                    java.util.MissingResourceException: Can't find resource for bundle 'BaiduASRDigitalDialog_zh_CN', key ''

                                                        at java.util.ResourceBundle.missingResourceException(ResourceBundle.java:238)

                                                        at java.util.ResourceBundle.getBundle(ResourceBundle.java:230)

                                                        at java.util.ResourceBundle.getBundle(ResourceBundle.java:139)

                                                        at com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog.loadI18N(BaiduASRDigitalDialog.java:484)

                                                        at com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog.onCreate(BaiduASRDigitalDialog.java:283)

                                                        at android.app.Activity.performCreate(Activity.java:6303)

                                                        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108)

                                                        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2376)

                                                        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2483)

                                                        at android.app.ActivityThread.access$900(ActivityThread.java:153)

                                                        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1349)

                                                        at android.os.Handler.dispatchMessage(Handler.java:102)

                                                        at android.os.Looper.loop(Looper.java:148)

                                                        at android.app.ActivityThread.main(ActivityThread.java:5441)

                                                        at java.lang.reflect.Method.invoke(Native Method)

                                                        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:738)

                                                        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:628)

12-23 17:29:53.457 18165-18165/? D/ActivityThreadInjector: clearCachedDrawables.

12-23 17:29:53.463 18165-18165/? I/VoiceRecognitionService: onCreate(), hashcode=263036073

12-23 17:29:53.464 18165-18165/? I/VoiceRecognitionService: internal=false

12-23 17:29:53.468 642-728/? D/ThermalEngine: sensor_wait: case_therm Wait done.

12-23 17:29:53.469 642-728/? D/ThermalEngine: sensor_monitor: case_therm Reading 42000 .

12-23 17:29:53.469 642-728/? I/ThermalEngine: Sensor:case_therm:42000 mC

12-23 17:29:53.469 642-728/? D/ThermalEngine: update_active_thresh: case_therm Active(1), Hi(1) 44000, Lo(1) 39000, Interval(1) 1000

12-23 17:29:53.469 642-728/? D/ThermalEngine: sensor_monitor: case_therm Sensor wait.

12-23 17:29:53.469 642-728/? D/ThermalEngine: sensor_wait: case_therm Wait start. 1000ms

12-23 17:29:53.471 642-774/? D/ThermalEngine: algo_monitor: Timer EVT

12-23 17:29:53.473 642-774/? I/ThermalEngine: Sensor:case_therm:42000 mC

12-23 17:29:53.473 642-774/? D/ThermalEngine: handle_timer_sig: SS Id SS-CASE-THERM Read case_therm 42000mC, Err -1000mC, SampleCnt 1

12-23 17:29:53.473 642-774/? D/ThermalEngine: handle_timer_sig: SS Id SS-CASE-THERM, E0 -1000mC, E1 -1000mC

12-23 17:29:53.473 642-774/? I/ThermalEngine: settimer: Start timer 1.000(sec)

12-23 17:29:53.473 642-774/? D/ThermalEngine: algo_monitor: Wait for EV

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656891): avc: denied { search } for name="1131" dev="proc" ino=73508017 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:ims:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656892): avc: denied { search } for name="1131" dev="proc" ino=73508017 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:ims:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656893): avc: denied { search } for name="1131" dev="proc" ino=73508017 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:ims:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656894): avc: denied { getattr } for path="/proc/1131" dev="proc" ino=73508017 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:ims:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656895): avc: denied { search } for name="1131" dev="proc" ino=73508017 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:ims:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656896): avc: denied { search } for name="1132" dev="proc" ino=73508018 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:imscm:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656897): avc: denied { search } for name="1132" dev="proc" ino=73508018 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:imscm:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656898): avc: denied { search } for name="1132" dev="proc" ino=73508018 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:imscm:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656899): avc: denied { getattr } for path="/proc/1132" dev="proc" ino=73508018 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:imscm:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656900): avc: denied { search } for name="1132" dev="proc" ino=73508018 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:imscm:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656901): avc: denied { search } for name="1226" dev="proc" ino=74020176 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656902): avc: denied { search } for name="1226" dev="proc" ino=74020176 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656903): avc: denied { search } for name="1226" dev="proc" ino=74020176 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656904): avc: denied { getattr } for path="/proc/1226" dev="proc" ino=74020176 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656905): avc: denied { search } for name="1226" dev="proc" ino=74020176 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656906): avc: denied { search } for name="1239" dev="proc" ino=74020177 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656907): avc: denied { search } for name="1239" dev="proc" ino=74020177 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656908): avc: denied { search } for name="1239" dev="proc" ino=74020177 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656909): avc: denied { getattr } for path="/proc/1239" dev="proc" ino=74020177 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

12-23 17:29:53.469 17425-17425/? W/pool-2-thread-1: type=1400 audit(0.0:49656910): avc: denied { search } for name="1239" dev="proc" ino=74020177 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0

                                                    

                                                    [ 12-23 17:29:53.513 18181:18181 W/         ]

                                                    [ColorAdjust] gammamode=2, cemode=10

                                                    

                                                    

                                                    [ 12-23 17:29:53.513 18181:18181 W/         ]

                                                    [ColorAdjust] temp_gammavalue=2, temp_cevalue=10

                                                    

                                                    

                                                    [ 12-23 17:29:53.513 18181:18181 W/         ]

                                                    [ColorAdjust] Don't setGamma!

                                                    

                                                    

                                                    [ 12-23 17:29:53.513 18181:18181 W/         ]

                                                    [ColorAdjust] Don't setCe!

12-23 17:29:53.534 1252-2182/? I/Timeline: Timeline: App_transition_ready time:716614524

12-23 17:29:53.541 1252-2182/? I/Timeline: Timeline: App_transition_ready time:716614530

                                           

                                           [ 12-23 17:29:53.547 18181:18181 W/         ]

                                           [ColorAdjust] Set temp_prefer temp_ce!

12-23 17:29:53.588 1252-1383/? I/Timeline: Timeline: App_transition_ready time:716614577

12-23 17:29:53.591 1252-1363/? D/AutoDisableScreenButtonsManager: status bar visible change: true

12-23 17:29:53.591 1707-1707/? D/PhoneStatusBar: disable: 0x00000100 -> 0x00000000 (diff: 0x00000100)

12-23 17:29:53.591 1707-1707/? D/PhoneStatusBar: disable: < expand icons alerts ticker system_info back home recent clock full hide* keyguard none >

12-23 17:29:53.591 1707-1707/? D/PhoneStatusBar: showStatusBar isshow=true;delay=false

12-23 17:29:53.606 1252-1383/? I/ActivityManager: Displayed com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog: +702ms

12-23 17:29:53.621 1707-1707/? V/PhoneStatusBarPolicy: updateManagedProfile: mManagedProfileFocused: false mKeyguardVisible: false

12-23 17:29:53.629 1252-1764/? W/InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 18028 uid 10524

12-23 17:29:53.683 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.700 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.716 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.733 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.750 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.767 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.783 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.800 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.809 18165-18183/? D/Device: read deviceID:4DB26DB886EC22CFE5B7EFACBDC95F50|0

12-23 17:29:53.817 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.827 18165-18183/? E/AndroidRuntime: FATAL EXCEPTION: msg-owner

                                                   Process: com.WX.BaiduVoiceUnityTest, PID: 18165

                                                   java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/com.WX.BaiduVoiceUnityTest-1/lib/arm/libBDVoiceRecognitionClient_MFE_V1_s2.so" is 64-bit instead of 32-bit

                                                       at java.lang.Runtime.loadLibrary(Runtime.java:372)

                                                       at java.lang.System.loadLibrary(System.java:1076)

                                                       at com.baidu.speech.EventManagerDec.(EventManagerDec.java:47)

                                                       at com.baidu.speech.EventManagerAsr.handleAsrStart(EventManagerAsr.java:480)

                                                       at com.baidu.speech.EventManagerAsr.send(EventManagerAsr.java:243)

                                                       at com.baidu.speech.EventManagerMessagePool$1.run(EventManagerMessagePool.java:46)

                                                       at android.os.Handler.handleCallback(Handler.java:739)

                                                       at android.os.Handler.dispatchMessage(Handler.java:95)

                                                       at android.os.Looper.loop(Looper.java:148)

                                                       at android.os.HandlerThread.run(HandlerThread.java:61)

12-23 17:29:53.829 2145-5770/? I/WtEventController: Receive am_crash event for pid: 18165

12-23 17:29:53.833 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.849 1252-2243/? W/ActivityManager:   Force finishing activity com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog

12-23 17:29:53.850 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.856 1252-2243/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 

12-23 17:29:53.862 1252-2243/? E/ActivityManager: Invalid thumbnail dimensions: 0x0

12-23 17:29:53.864 2145-5770/? D/WtProcessController: onAMPauseActivity callback

12-23 17:29:53.865 18165-18183/? I/Process: Sending signal. PID: 18165 SIG: 9

12-23 17:29:53.868 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.883 443-591/? E/libnav: *** SVI detected a Different Scene ----

12-23 17:29:53.884 3132-3139/? E/ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only

12-23 17:29:53.885 1252-6065/? I/DpmTcmClient: RegisterTcmMonitor from: org.apache.http.impl.conn.TcmIdleTimerMonitor

12-23 17:29:53.891 420-420/? E/lowmemorykiller: Error writing /proc/18165/oom_score_adj; errno=22

12-23 17:29:53.893 2145-5770/? D/WtProcessController: onAMResumeActivity callback

12-23 17:29:53.893 2145-5770/? D/WtProcessController: set foreground process size 2 pid:29575pacakgeName:com.android.fileexplorer

12-23 17:29:53.894 1252-1679/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 56)

12-23 17:29:53.894 2145-5770/? I/octvm: task pid 29575 have been add to group sys_app_fg.

12-23 17:29:53.894 2145-5770/? I/octvm: task pid 19078 have been add to group sys_app_fg.

12-23 17:29:53.894 2145-5770/? I/octvm: [sys_app_fg]cgroup_add_tasks max single write time: 0ms

12-23 17:29:53.894 2145-5770/? I/octvm: [sys_app_fg]cgroup_add_tasks total time consume: 0ms

12-23 17:29:53.911 1252-1609/? W/InputDispatcher: channel 'c3c3ed3 com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog (server)' ~ Consumer closed input channel or an error occurred.  events=0x9

12-23 17:29:53.911 1252-1609/? E/InputDispatcher: channel 'c3c3ed3 com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog (server)' ~ Channel is unrecoverably broken and will be disposed!

12-23 17:29:53.914 1252-1679/? I/Timeline: Timeline: App_transition_ready time:716614903

12-23 17:29:53.915 19078-19078/? I/Analytics: start session(com.android.fileexplorer)

12-23 17:29:53.918 1252-2182/? I/WindowState: WIN DEATH: Window{c3c3ed3 u0 com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog}

12-23 17:29:53.918 1252-2182/? W/InputDispatcher: Attempted to unregister already unregistered input channel 'c3c3ed3 com.WX.BaiduVoiceUnityTest/com.baidu.voicerecognition.android.ui.BaiduASRDigitalDialog (server)'

12-23 17:29:53.919 1252-1383/? I/Timeline: Timeline: Activity_windows_visible id: ActivityRecord{f0b0079 u0 com.android.fileexplorer/.FileExplorerTabActivity t5646} time:716614908

12-23 17:29:53.919 1252-1347/? I/ActivityManager: Process com.WX.BaiduVoiceUnityTest (pid 18165) has died

12-23 17:29:53.932 19078-19078/? I/Analytics: end session(com.android.fileexplorer)


收藏
点赞
0
个赞
共1条回复 最后由用户已被禁言回复于2022-04
#2c5812回复于2016-12

您好,Unity的编译会将jar中的非class文件丢掉,请相关原因

0
TOP
切换版块