Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application going to ANR mode #1

Open
histone opened this issue Feb 21, 2018 · 0 comments
Open

Application going to ANR mode #1

histone opened this issue Feb 21, 2018 · 0 comments

Comments

@histone
Copy link

histone commented Feb 21, 2018

Hi,

We have integrated the nuance SDK (Nuance_DragonMedicalSpeechKit_Android_Edition_3.1.05410.104) with our application

Here are the logs are listed in play store console.

"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 obj=0x758f3770 self=0xebe05400
| sysTid=19712 nice=-4 cgrp=default sched=0/0 handle=0xef01b534
| state=R schedstat=( 0 0 0 ) utm=91592 stm=18770 core=3 HZ=100
| stack=0xff66c000-0xff66e000 stackSize=8MB
| held mutexes=
#00 pc 00000000002c75f4 /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (???)
#1 pc 00000000001591c3 /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (_ZN6Nuance14SpeechAnywhere8Internal7SdkCore8LogEntryD2Ev+54)
#02 pc 000000000015993b /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (_ZNSt5dequeIN6Nuance14SpeechAnywhere8Internal7SdkCore8LogEntryESaIS4_EED2Ev+70)
#03 pc 000000000015a589 /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (ZNSt19__shrink_to_fit_auxISt5dequeIN6Nuance14SpeechAnywhere8Internal7SdkCore8LogEntryESaIS5_EELb1EE8_S_do_itERS7+176)
#04 pc 000000000015a6ed /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (ZN6Nuance14SpeechAnywhere8Internal7SdkCore6Logger20AddLogEntryToHistoryENS2_8LogLevelERKSsS6_S6_S6_iS6+172)
#05 pc 000000000015aaed /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (_ZN6Nuance14SpeechAnywhere8Internal7SdkCore6Logger5TraceESsSsSsSsiSs+40)
#06 pc 000000000011cdb7 /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (_ZN6Nuance14SpeechAnywhere8Internal7SdkCore4Core5TraceESsSsSsSsiSs+88)
#07 pc 00000000001105a9 /data/app//lib/arm/libcom_nuance_speechanywhere_internal.so (Java_com_nuance_speechanywhere_internal_core_AndroidSdkCore_Trace+154)
#08 pc 000000000023b385 /data/app//oat/arm/base.odex (Java_com_nuance_speechanywhere_internal_core_AndroidSdkCore_Trace__JLjava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2Ljava_lang_String_2ILjava_lang_String_2+232)
at com.nuance.speechanywhere.internal.core.AndroidSdkCore.Trace (Native method)
at com.nuance.speechanywhere.internal.core.AndroidSdkCore.Trace (AndroidSdkCore.java:203)
at com.nuance.speechanywhere.internal.SessionImplementation.Trace (SessionImplementation.java:337)
at com.nuance.speechanywhere.internal.Logger.trace (Logger.java:48)
at com.nuance.speechanywhere.internal.Logger.t (Logger.java:46)
at com.nuance.speechanywhere.internal.NativelySupportedViewAdapter.attachToYourView (NativelySupportedViewAdapter.java:73)
at com.nuance.speechanywhere.internal.NativelySupportedViewAdapter.attachToYourView (NativelySupportedViewAdapter.java:67)
at com.nuance.speechanywhere.internal.VuiControllerImplementation.attachAdapters (VuiControllerImplementation.java:244)
at com.nuance.speechanywhere.internal.VuiControllerImplementation.activate (VuiControllerImplementation.java:196)
at com.nuance.speechanywhere.internal.NativeVuiControllerImplementation.activate (NativeVuiControllerImplementation.java:38)
at com.nuance.speechanywhere.internal.VuiControllerImplementation.onActivityResumed (VuiControllerImplementation.java:906)
at android.app.Application.dispatchActivityResumed (Application.java:240)
at android.app.Activity.onResume (Activity.java:1332)
at android.support.v4.app.FragmentActivity.onResume (FragmentActivity.java:485)
at activities.BaseActivity.onResume (BaseActivity.java:528)
at activities.MainActivity.onResume (MainActivity.java:795)
at android.app.Instrumentation.callActivityOnResume (Instrumentation.java:1277)
at android.app.Activity.performResume (Activity.java:7101)
at android.app.ActivityThread.performNewIntents (ActivityThread.java:3135)
at android.app.ActivityThread.handleNewIntent (ActivityThread.java:3142)
at android.app.ActivityThread.-wrap17 (ActivityThread.java)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1721)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:154)
at android.app.ActivityThread.main (ActivityThread.java:6776)
at java.lang.reflect.Method.invoke! (Native method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1496)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1386)

Can you check that and provide us any help to avoid this issue again.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant