AutoVoice AutoVoice failures

Discussion in 'AutoApps' started by Skeeterdrums, Oct 13, 2019.

  1. Skeeterdrums

    Skeeterdrums New Member

    Joined:
    Oct 13, 2019
    Messages:
    3
    Likes Received:
    0
    Seeing the following errors when AutoVoice triggers after receiving a text (screen off, locked). The error is very inconsistent:

    Activity com.joaomgcd.autovoice.activity.ActivityGetVoiceLongRunning has leaked IntentReceiver com.joaomgcd.autovoice.g$4@ee56e9d that was originally registered here. Are you missing a call to unregisterReceiver()?
    android.app.IntentReceiverLeaked: Activity com.joaomgcd.autovoice.activity.ActivityGetVoiceLongRunning has leaked IntentReceiver com.joaomgcd.autovoice.g$4@ee56e9d that was originally registered here. Are you missing a call to unregisterReceiver()?
    at android.app.LoadedApk$ReceiverDispatcher.<init>(LoadedApk.java:1429)
    at android.app.LoadedApk.getReceiverDispatcher(LoadedApk.java:1210)
    at android.app.ContextImpl.registerReceiverInternal(ContextImpl.java:1476)
    at android.app.ContextImpl.registerReceiver(ContextImpl.java:1449)
    at android.app.ContextImpl.registerReceiver(ContextImpl.java:1437)
    at android.content.ContextWrapper.registerReceiver(ContextWrapper.java:623)
    at com.joaomgcd.autovoice.g$5.onServiceConnected(SourceFile:308)
    at android.bluetooth.BluetoothHeadset$3.handleMessage(BluetoothHeadset.java:1188)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:193)
    at android.app.ActivityThread.main(ActivityThread.java:6718)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

    Is this possibly related to trying to use the Bluetooth headset option for input? If not, is there any way to fix this issue/prevent this from happening? Note: I excluded Tasker logs since there wasn't any really failures of note (I catch and handle errors in the rest of the task).
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Hi, thanks for the report. Just to clarify, you got this from logcat, right? It was not a crash in the app?
     
  3. Skeeterdrums

    Skeeterdrums New Member

    Joined:
    Oct 13, 2019
    Messages:
    3
    Likes Received:
    0
    Yeah, this was about the only message in the logcat that was applicable. I'll keep my eye out for the issue again to see if I see more information.
     
  4. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Thank you!
     
: AutoVoice, Logcat

Share This Page