IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Android Studio Java Discussion :

Emulateur android studio erreur


Sujet :

Android Studio Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Homme Profil pro
    Étudiant
    Inscrit en
    Septembre 2012
    Messages
    79
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Niger

    Informations professionnelles :
    Activité : Étudiant
    Secteur : Transports

    Informations forums :
    Inscription : Septembre 2012
    Messages : 79
    Par défaut Emulateur android studio erreur
    Bonsoir à tous!

    lorsque je clique sur un boutton pour accéder à une activité ,l'emulator affiche : " project_nom keeps stopping"

    voici mon logcat:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    07-13 14:06:32.213: E/android.media.AudioRecord(2334): Error code -20 when initializing native AudioRecord object.
    07-13 14:06:32.213: I/MicrophoneInputStream(2334): mic_started com.google.android.apps.gsa.staticplugins.z.c@32340a1
    07-13 14:06:32.216: E/ActivityThread(2334): Failed to find provider info for com.google.android.apps.gsa.testing.ui.audio.recorded
    07-13 14:06:32.220: I/MicroDetectionWorker(2334): onReady
    07-13 14:06:32.240: I/MicrophoneInputStream(2334): mic_close com.google.android.apps.gsa.staticplugins.z.c@32340a1
    07-13 14:06:32.240: I/MicroRecognitionRunner(2334): Detection finished
    07-13 14:06:32.240: W/ErrorReporter(2334): reportError [type: 211, code: 524300]: Error reading from input stream
    07-13 14:06:32.241: I/MicroRecognitionRunner(2334): Stopping hotword detection.
    07-13 14:06:32.241: W/ErrorProcessor(2334): onFatalError, processing error from engine(4)
    07-13 14:06:32.241: W/ErrorProcessor(2334): com.google.android.apps.gsa.shared.speech.a.g: Error reading from input stream
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.staticplugins.recognizer.i.a.a(SourceFile:342)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.staticplugins.recognizer.i.a$1.run(SourceFile:1367)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ak.run(SourceFile:66)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.lang.Thread.run(Thread.java:761)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ad$1.run(SourceFile:85)
    07-13 14:06:32.241: W/ErrorProcessor(2334): Caused by: com.google.android.apps.gsa.shared.exception.GsaIOException: Error code: 393238 | Buffer overflow, no available space.
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.Tee.g(SourceFile:2531)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.ap.read(SourceFile:555)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.io.InputStream.read(InputStream.java:101)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.al.run(SourceFile:362)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.ak$1.run(SourceFile:471)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ak.run(SourceFile:66)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ax.run(SourceFile:139)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ax.run(SourceFile:139)
    07-13 14:06:32.241: W/ErrorProcessor(2334): 	... 4 more
    07-13 14:06:32.241: I/AudioController(2334): internalShutdown
    07-13 14:06:32.244: I/MicroDetector(2334): Keeping mic open: false
    07-13 14:06:32.244: I/MicroDetectionWorker(2334): #onError(false)
    07-13 14:06:32.245: I/DeviceStateChecker(2334): DeviceStateChecker cancelled
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3756): avc: denied { getattr } for path="/ueventd.rc" dev="rootfs" ino=3498 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3757): avc: denied { getattr } for path="/ueventd.ranchu.rc" dev="rootfs" ino=3497 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3758): avc: denied { getattr } for path="/ueventd.goldfish.rc" dev="rootfs" ino=3496 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3759): avc: denied { getattr } for path="/service_contexts" dev="rootfs" ino=3492 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3760): avc: denied { getattr } for path="/sepolicy" dev="rootfs" ino=3491 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3761): avc: denied { getattr } for path="/selinux_version" dev="rootfs" ino=3490 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3762): avc: denied { getattr } for path="/seapp_contexts" dev="rootfs" ino=3489 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3763): avc: denied { getattr } for path="/init.zygote32.rc" dev="rootfs" ino=3478 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3764): avc: denied { getattr } for path="/init.usb.rc" dev="rootfs" ino=3477 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3765): avc: denied { getattr } for path="/init.usb.configfs.rc" dev="rootfs" ino=3476 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3766): avc: denied { getattr } for path="/init.rc" dev="rootfs" ino=3475 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3767): avc: denied { getattr } for path="/init.ranchu.rc" dev="rootfs" ino=3474 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3768): avc: denied { getattr } for path="/init.goldfish.rc" dev="rootfs" ino=3473 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3769): avc: denied { getattr } for path="/init.environ.rc" dev="rootfs" ino=3472 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3770): avc: denied { getattr } for path="/init" dev="rootfs" ino=3471 scontext=u:r:shell:s0 tcontext=u:object_r:init_exec:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3771): avc: denied { getattr } for path="/fstab.ranchu" dev="rootfs" ino=3470 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3772): avc: denied { getattr } for path="/fstab.goldfish" dev="rootfs" ino=3469 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3773): avc: denied { getattr } for path="/file_contexts.bin" dev="rootfs" ino=3468 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:36.201: W/ls(4890): type=1400 audit(0.0:3774): avc: denied { getattr } for path="/default.prop" dev="rootfs" ino=3466 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:37.254: I/MicroDetectionWorker(2334): Micro detection mode: [mDetectionMode: [1]].
    07-13 14:06:37.255: I/AudioController(2334): Using mInputStreamFactoryBuilder
    07-13 14:06:37.269: I/MicroRecognitionRunner(2334): Starting detection.

    logcat suite
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    07-13 14:06:37.270: I/MicrophoneInputStream(2334): mic_starting com.google.android.apps.gsa.staticplugins.z.c@4990b77
    07-13 14:06:37.272: W/APM_AudioPolicyManager(1304): getInputForAttr() failed opening input: samplingRate 16000, format 1, channelMask 10
    07-13 14:06:37.272: E/AudioRecord(2334): Could not get audio input for session 1537, record source 1999, sample rate 16000, format 0x1, channel mask 0x10, flags 0
    07-13 14:06:37.273: E/AudioRecord-JNI(2334): Error creating AudioRecord instance: initialization check failed with status -22.
    07-13 14:06:37.274: E/android.media.AudioRecord(2334): Error code -20 when initializing native AudioRecord object.
    07-13 14:06:37.274: I/MicrophoneInputStream(2334): mic_started com.google.android.apps.gsa.staticplugins.z.c@4990b77
    07-13 14:06:37.276: E/ActivityThread(2334): Failed to find provider info for com.google.android.apps.gsa.testing.ui.audio.recorded
    07-13 14:06:37.277: I/MicroDetectionWorker(2334): onReady
    07-13 14:06:37.295: I/MicrophoneInputStream(2334): mic_close com.google.android.apps.gsa.staticplugins.z.c@4990b77
    07-13 14:06:37.295: I/MicroRecognitionRunner(2334): Detection finished
    07-13 14:06:37.296: W/ErrorReporter(2334): reportError [type: 211, code: 524300]: Error reading from input stream
    07-13 14:06:37.296: I/MicroRecognitionRunner(2334): Stopping hotword detection.
    07-13 14:06:37.296: W/ErrorProcessor(2334): onFatalError, processing error from engine(4)
    07-13 14:06:37.296: W/ErrorProcessor(2334): com.google.android.apps.gsa.shared.speech.a.g: Error reading from input stream
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.staticplugins.recognizer.i.a.a(SourceFile:342)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.staticplugins.recognizer.i.a$1.run(SourceFile:1367)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ak.run(SourceFile:66)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.lang.Thread.run(Thread.java:761)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ad$1.run(SourceFile:85)
    07-13 14:06:37.296: W/ErrorProcessor(2334): Caused by: com.google.android.apps.gsa.shared.exception.GsaIOException: Error code: 393238 | Buffer overflow, no available space.
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.Tee.g(SourceFile:2531)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.ap.read(SourceFile:555)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.io.InputStream.read(InputStream.java:101)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.al.run(SourceFile:362)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.ak$1.run(SourceFile:471)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ak.run(SourceFile:66)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ax.run(SourceFile:139)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ax.run(SourceFile:139)
    07-13 14:06:37.296: W/ErrorProcessor(2334): 	... 4 more
    07-13 14:06:37.296: I/AudioController(2334): internalShutdown
    07-13 14:06:37.299: I/MicroDetector(2334): Keeping mic open: false
    07-13 14:06:37.300: I/DeviceStateChecker(2334): DeviceStateChecker cancelled
    07-13 14:06:37.299: I/MicroDetectionWorker(2334): #onError(false)
    07-13 14:06:41.221: W/ls(4899): type=1400 audit(0.0:3775): avc: denied { getattr } for path="/ueventd.rc" dev="rootfs" ino=3498 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3776): avc: denied { getattr } for path="/ueventd.ranchu.rc" dev="rootfs" ino=3497 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3777): avc: denied { getattr } for path="/ueventd.goldfish.rc" dev="rootfs" ino=3496 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3778): avc: denied { getattr } for path="/service_contexts" dev="rootfs" ino=3492 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3779): avc: denied { getattr } for path="/sepolicy" dev="rootfs" ino=3491 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3780): avc: denied { getattr } for path="/selinux_version" dev="rootfs" ino=3490 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3781): avc: denied { getattr } for path="/seapp_contexts" dev="rootfs" ino=3489 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3782): avc: denied { getattr } for path="/init.zygote32.rc" dev="rootfs" ino=3478 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3783): avc: denied { getattr } for path="/init.usb.rc" dev="rootfs" ino=3477 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3784): avc: denied { getattr } for path="/init.usb.configfs.rc" dev="rootfs" ino=3476 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3785): avc: denied { getattr } for path="/init.rc" dev="rootfs" ino=3475 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3786): avc: denied { getattr } for path="/init.ranchu.rc" dev="rootfs" ino=3474 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3787): avc: denied { getattr } for path="/init.goldfish.rc" dev="rootfs" ino=3473 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3788): avc: denied { getattr } for path="/init.environ.rc" dev="rootfs" ino=3472 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3789): avc: denied { getattr } for path="/init" dev="rootfs" ino=3471 scontext=u:r:shell:s0 tcontext=u:object_r:init_exec:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3790): avc: denied { getattr } for path="/fstab.ranchu" dev="rootfs" ino=3470 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3791): avc: denied { getattr } for path="/fstab.goldfish" dev="rootfs" ino=3469 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3792): avc: denied { getattr } for path="/file_contexts.bin" dev="rootfs" ino=3468 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:41.231: W/ls(4899): type=1400 audit(0.0:3793): avc: denied { getattr } for path="/default.prop" dev="rootfs" ino=3466 scontext=u:r:shell:s0 tcontext=u:object_r:rootfs:s0 tclass=file permissive=0
    07-13 14:06:42.309: I/MicroDetectionWorker(2334): Micro detection mode: [mDetectionMode: [1]].
    07-13 14:06:42.310: I/AudioController(2334): Using mInputStreamFactoryBuilder
    07-13 14:06:42.322: I/MicroRecognitionRunner(2334): Starting detection.
    07-13 14:06:42.323: I/MicrophoneInputStream(2334): mic_starting com.google.android.apps.gsa.staticplugins.z.c@20bf6bd
    07-13 14:06:42.324: W/APM_AudioPolicyManager(1304): getInputForAttr() failed opening input: samplingRate 16000, format 1, channelMask 10
    07-13 14:06:42.324: E/AudioRecord(2334): Could not get audio input for session 1545, record source 1999, sample rate 16000, format 0x1, channel mask 0x10, flags 0
    07-13 14:06:42.327: E/AudioRecord-JNI(2334): Error creating AudioRecord instance: initialization check failed with status -22.
    07-13 14:06:42.327: E/android.media.AudioRecord(2334): Error code -20 when initializing native AudioRecord object.
    07-13 14:06:42.327: I/MicrophoneInputStream(2334): mic_started com.google.android.apps.gsa.staticplugins.z.c@20bf6bd
    07-13 14:06:42.328: E/ActivityThread(2334): Failed to find provider info for com.google.android.apps.gsa.testing.ui.audio.recorded
    07-13 14:06:42.329: I/MicroDetectionWorker(2334): onReady
    07-13 14:06:42.341: I/MicrophoneInputStream(2334): mic_close com.google.android.apps.gsa.staticplugins.z.c@20bf6bd
    07-13 14:06:42.343: I/MicroRecognitionRunner(2334): Detection finished
    07-13 14:06:42.343: W/ErrorReporter(2334): reportError [type: 211, code: 524300]: Error reading from input stream
    07-13 14:06:42.344: W/ErrorProcessor(2334): onFatalError, processing error from engine(4)
    07-13 14:06:42.344: W/ErrorProcessor(2334): com.google.android.apps.gsa.shared.speech.a.g: Error reading from input stream
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.staticplugins.recognizer.i.a.a(SourceFile:342)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.staticplugins.recognizer.i.a$1.run(SourceFile:1367)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at java.util.concurrent.FutureTask.run(FutureTask.java:237)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ak.run(SourceFile:66)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at java.lang.Thread.run(Thread.java:761)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.shared.util.concurrent.a.ad$1.run(SourceFile:85)
    07-13 14:06:42.344: W/ErrorProcessor(2334): Caused by: com.google.android.apps.gsa.shared.exception.GsaIOException: Error code: 393238 | Buffer overflow, no available space.
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.Tee.g(SourceFile:2531)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at com.google.android.apps.gsa.speech.audio.ap.read(SourceFile:555)
    07-13 14:06:42.344: W/ErrorProcessor(2334): 	at java.io.InputStream.read(InputStream.java:101)

  2. #2
    Membre habitué
    Homme Profil pro
    dév android
    Inscrit en
    Juin 2017
    Messages
    9
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Seine et Marne (Île de France)

    Informations professionnelles :
    Activité : dév android

    Informations forums :
    Inscription : Juin 2017
    Messages : 9
    Par défaut
    Slt Ashfor,

    Je vais essayer de t'aider.

    peux tu refournir ton logcat en mode "Error"?

    Nom : Screenshot_1.png
Affichages : 372
Taille : 12,7 Ko

Discussions similaires

  1. Android studio:erreur de compilation:IniFile.cpp:158:Failed to process
    Par razamika.diel dans le forum Android Studio
    Réponses: 0
    Dernier message: 18/10/2016, 22h09
  2. [Android Studio] Erreurs au démarrage de l'AVD
    Par fochive dans le forum Android Studio
    Réponses: 0
    Dernier message: 19/03/2016, 18h01
  3. [Android Studio] Erreur d'exécution Genymotion
    Par zikyoubi dans le forum Android Studio
    Réponses: 4
    Dernier message: 07/03/2016, 23h57
  4. Réponses: 1
    Dernier message: 30/06/2015, 12h26
  5. Problème Emulateur Android Studio
    Par Newyek dans le forum Android Studio
    Réponses: 1
    Dernier message: 12/02/2015, 07h04

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo