Android App Crash. Error reading input stream

Android app starts frequently, followed by logs with logcat.

com.google.android.apps.gsa.shared.speech.ag: Error reading from input stream at com.google.android.apps.gsa.staticplugins.recognizer.iaa (SourceFile: 342) at com.google.android.apps .gsa.staticplugins.recognizer.ia $ 1.run (SourceFile: 1367) at java.util.concurrent.Executors $ RunnableAdapter.call (Executors.java:428) at java.util.concurrent.FutureTask.run (FutureTask.java: 237) at com.google.android.apps.gsa.shared.util.concurrent.a.ak.run (SourceFile: 66) at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1133) at java.util .concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:607) at java.lang.Thread.run (Thread.java:761) at com.google.android.apps.gsa.shared.util.concurrent.a.ad $ 1.run (SourceFile: 85) Reason: com.google.android.apps.gsa.shared.exception.GsaIOException:Error code: 393238 | Buffer overflow, no free space. at com.google.android.apps.gsa.speech.audio.Tee.g (SourceFile: 2531) at com.google.android.apps.gsa.speech.audio.ap.read (SourceFile: 555) at java.io .InputStream.read (InputStream.java:101) at com.google.android.apps.gsa.speech.audio.al.run (SourceFile: 362) at com.google.android.apps.gsa.speech.audio.ak $ 1.run (SourceFile: 471) at java.util.concurrent.Executors $ RunnableAdapter.call (Executors.java:428) at java.util.concurrent.FutureTask.run (FutureTask.java:237) at com.google.android .apps.gsa.shared.util.concurrent.a.ak.run (SourceFile: 66) at com.google.android.apps.gsa.shared.util.concurrent.a.ax.run (SourceFile: 139) at com .google.android.apps.gsa.shared.util.concurrent.a.ax.run (SourceFile: 139) in java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:607) at java.lang.Thread.run (Thread.java:761) at com.google.android .apps.gsa.shared.util.concurrent.a.ad $ 1.run (SourceFile: 85)

Any answers are much appreciated.

An explanation for the error below would be appreciated.

Caused by: com.google.android.apps.gsa.shared.exception.GsaIOException: Error code: 393238 | Buffer overflow, no available space.

      

+3


source to share


1 answer


Check if any other android studio or IDE windows are open with another app. Sometimes android studio throws this error when logs are running in another android studio window.



  • Close the other IDE.
  • restart the emulator or device connected to check the original log.
+4


source







All Articles