Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8057619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:05:24+00:00 2026-06-05T09:05:24+00:00

I have monodroid app which play few sounds in same time, there are many

  • 0

I have monodroid app which play few sounds in same time, there are many messges like this in log. What does it mean?

W/AudioFlinger(   34): write blocked for 84 msecs, 2153 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 69 msecs, 2182 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 76 msecs, 2205 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 70 msecs, 2236 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 73 msecs, 2269 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 75 msecs, 2300 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 70 msecs, 2325 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 69 msecs, 2356 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 75 msecs, 2386 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 70 msecs, 2418 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 80 msecs, 2445 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 71 msecs, 2473 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 90 msecs, 2498 delayed writes, thread 0xc658
W/AudioFlinger(   34): write blocked for 72 msecs, 2528 delayed writes, thread 0xc658
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T09:05:26+00:00Added an answer on June 5, 2026 at 9:05 am

    It means you should ignore those messages. 🙂

    Every message contains a Process ID (pid), which is the value within the parenthesis. Those messages are coming from pid 34; it’s highly unlikely that your process is pid 34.

    You can use adb shell ps to get a process listing.

    For example, on my Nexus One, I see:

    W/AudioFlinger(14104): write blocked for 172 msecs, 901 delayed writes, thread 0xea50
    

    What’s pid 14104?

    $ adb shell ps | grep 14104
    media     14104 1     23992  1996  ffffffff 00000000 S /system/bin/mediaserver
    

    /system/bin/mediaserver is certainly not an app you should be overly concerned about. 🙂

    How do you determine the pid for your Mono for Android process? By looking for the process startup message. During process startup Android will list all ContentProviders it’s loading into the process. Of interest is the __mono_init__ provider:

    I/ActivityThread(  602): Pub TouchTest.TouchTest.__mono_init__: mono.MonoRuntimeProvider
    

    The above message comes from your Mono for Android process, so all further messages with pid 602 (in this case) will be messages from your app; you can freely ignore other pids.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a system which will have a few channels feeding different clients (MonoDroid,
have a php code like this,going to convert it in to C#. function isValid($n){
I have begun evaluating MonoDroid. (I've built many apps using Android+Eclipse) I created new-from-template
I have problems implementing the ItemizedOverlay on monodroid from this tutorial: http://developer.android.com/resources/tutorials/views/hello-mapview.html , Does
I have to port a windows 6.5 app to both Monodroid and Monotouch. Now
I have installed MonoDroid and the hello world sample. I compile the app and
I have been working with Monodroid for a few days and still can't figure
I am new to MonoDroid, I have developed an application on MonoTouch which uses
I have a Monodroid app. where I use Mono.Data.SQLite and Sytem.Data in order to
I'm trying to re-write a java android app into monodroid, however I have come

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.