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 8260471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:06:25+00:00 2026-06-08T03:06:25+00:00

i get the stack below from google play, but i’m not understand why: Source

  • 0

i get the stack below from google play, but i’m not understand why:

Source from PlayerCardsEventsListner.select:

void select(Card card) {
    card.select(!card.isSelected());
    if (card.isSelected()) card.setPosition(card.getPosition().x, card.getPosition().y-10);
    else card.setPosition(card.getPosition().x, card.getPosition().y+10);           
    SoundManager.playSound(SoundManager.SOUND_DROP, 1);
}

SoundManager: SoundManager

DALVIK THREADS:
(mutexes: tll=0 tsl=0 tscl=0 ghl=0 hwl=0 hwll=0)
"main" prio=5 tid=1 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x400281b8 self=0xcec0
  | sysTid=5424 nice=0 sched=0/0 cgrp=default handle=-1345006496
  | schedstat=( 895401208047 31823023961 248727 )
  at android.media.SoundPool.play(Native Method)
  at com.burraco.sound.SoundManager.playSound(SoundManager.java:66)
  at com.burraco.actions.PlayerCardsEventsListner.select(PlayerCardsEventsListner.java:157)
  at com.burraco.actions.PlayerCardsEventsListner.actionDown(PlayerCardsEventsListner.java:79)
  at com.burraco.actions.PlayerCardsEventsListner.onTouch(PlayerCardsEventsListner.java:38)
  at android.view.View.dispatchTouchEvent(View.java:3934)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
  at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:869)
  at com.android.internal.policy.impl.PhoneWindow$DecorView.superDispatchTouchEvent(PhoneWindow.java:1730)
  at com.android.internal.policy.impl.PhoneWindow.superDispatchTouchEvent(PhoneWindow.java:1142)
  at android.app.Activity.dispatchTouchEvent(Activity.java:2102)
  at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1714)
  at android.view.ViewRoot.deliverPointerEvent(ViewRoot.java:2218)
  at android.view.ViewRoot.handleMessage(ViewRoot.java:1889)
  at android.os.Handler.dispatchMessage(Handler.java:99)
  at android.os.Looper.loop(Looper.java:123)
  at android.app.ActivityThread.main(ActivityThread.java:3691)
  at java.lang.reflect.Method.invokeNative(Native Method)
  at java.lang.reflect.Method.invoke(Method.java:507)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
  at dalvik.system.NativeStart.main(Native Method)

"Binder Thread #3" prio=5 tid=9 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x40652e20 self=0x28d378
  | sysTid=5620 nice=0 sched=0/0 cgrp=default handle=5810464
  | schedstat=( 3221792 16373336 20 )
  at dalvik.system.NativeStart.run(Native Method)

"Thread-14" prio=5 tid=8 TIMED_WAIT
  | group="main" sCount=1 dsCount=0 obj=0x40556c80 self=0x142b90
  | sysTid=5520 nice=0 sched=0/0 cgrp=default handle=1618728
  | schedstat=( 174148198 257597779 1253 )
  at java.lang.VMThread.sleep(Native Method)
  at java.lang.Thread.sleep(Thread.java:1213)
  at java.lang.Thread.sleep(Thread.java:1195)
  at com.burraco.ai.AiThread.run(AiThread.java:77)
  at java.lang.Thread.run(Thread.java:1019)

"SoundPoolThread" prio=5 tid=12 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x4053c8b0 self=0x145530
  | sysTid=5472 nice=0 sched=0/0 cgrp=default handle=1250072
  | schedstat=( 3314498 173708645 36 )
  at dalvik.system.NativeStart.run(Native Method)

"SoundPool" prio=5 tid=11 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x405352d8 self=0x1429a0
  | sysTid=5471 nice=0 sched=0/0 cgrp=default handle=1249960
  | schedstat=( 3432419 260185822 78 )
  at dalvik.system.NativeStart.run(Native Method)

"android.hardware.SensorManager$SensorThread" prio=5 tid=10 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x4052ff48 self=0x150148
  | sysTid=5441 nice=-8 sched=0/0 cgrp=default handle=1376896
  | schedstat=( 2404922708 1733708167 21400 )
  at android.hardware.SensorManager.sensors_data_poll(Native Method)
  at android.hardware.SensorManager$SensorThread$SensorThreadRunnable.run(SensorManager.java:454)
  at java.lang.Thread.run(Thread.java:1019)

"Binder Thread #2" prio=5 tid=7 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x4051c5b0 self=0x8b2c8
  | sysTid=5430 nice=0 sched=0/0 cgrp=default handle=569024
  | schedstat=( 5665377 70979176 41 )
  at dalvik.system.NativeStart.run(Native Method)

"Binder Thread #1" prio=5 tid=6 NATIVE
  | group="main" sCount=1 dsCount=0 obj=0x4051b2f0 self=0x899a8
  | sysTid=5429 nice=0 sched=0/0 cgrp=default handle=1010768
  | schedstat=( 8561334 52181668 45 )
  at dalvik.system.NativeStart.run(Native Method)

"Compiler" daemon prio=5 tid=5 VMWAIT
  | group="system" sCount=1 dsCount=0 obj=0x40517300 self=0xf65b0
  | sysTid=5428 nice=0 sched=0/0 cgrp=default handle=1007392
  | schedstat=( 672164310 233385368 5749 )
  at dalvik.system.NativeStart.run(Native Method)

"Signal Catcher" daemon prio=5 tid=4 RUNNABLE
  | group="system" sCount=0 dsCount=0 obj=0x40517240 self=0xf6398
  | sysTid=5427 nice=0 sched=0/0 cgrp=default handle=479464
  | schedstat=( 1154248 170503189 8 )
  at dalvik.system.NativeStart.run(Native Method)

"GC" daemon prio=5 tid=3 VMWAIT
  | group="system" sCount=1 dsCount=0 obj=0x40517198 self=0xf61a0
  | sysTid=5426 nice=0 sched=0/0 cgrp=default handle=1002744
  | schedstat=( 8751048544 2309042697 2446 )
  at dalvik.system.NativeStart.run(Native Method)

"HeapWorker" daemon prio=5 tid=2 VMWAIT
  | group="system" sCount=1 dsCount=0 obj=0x405170e0 self=0xf5fb0
  | sysTid=5425 nice=0 sched=0/0 cgrp=default handle=1007176
  | schedstat=( 10792780877 2156866454 3466 )
  at dalvik.system.NativeStart.run(Native Method)
  • 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-08T03:06:27+00:00Added an answer on June 8, 2026 at 3:06 am

    First of all, where is select(Card card) called?. This is very important to avoid log operations in main UI thread (standard actions performed in activity e.g. onCreate()).
    If you accidentally run some loop, or deadlock happend UI will freeze and ANR will be noticed.
    Try to use AsyncTask to play the sound and check the time of method execution. Remember that the slower devices needs more time to perform operations.
    Ok, now is see where it is called.

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

Sidebar

Related Questions

I get a stack overflow error from the last line of the below code.
I searched a lot in google but not able to get the answer required.
I get below mentioned stack trace though the data gets inserted successfully. Hibernate: select
Below is my program and I am trying to get the call stack when
I need to get a stack frame of a function from any PDB (All
How do I get a stack frame to pass into traceback.print_stack ? From Python
From time-to-time I get this when a breakpoint is triggered. It looks like stack
The code below works as intended, but it's not quite what I need. I
Once in a while I get the message shown below from Git. My questions
I run mvn install in command line and get stuck by below error. Caused

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.