starpicker / andless

Automatically exported from code.google.com/p/andless
1 stars 0 forks source link

Andless Freezes On Galaxy S2 (1.5 GHz versions) #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
All I have to do is play some Apple Lossless songs.  The app will certainly 
freeze.  The freeze is always in the trying to communicate with the remote 
process. I've attached an ANR trace.

The freeze is permanent.  Even if the songs finishes, no amount of waiting will 
fix this.  

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=0x40028280 self=0xd0c0
  | sysTid=20914 nice=0 sched=0/0 cgrp=default handle=-1345006432
  at android.os.BinderProxy.transact(Native Method)
  at net.avs234.IAndLessSrv$Stub$Proxy.is_running(IAndLessSrv.java:523)
  at net.avs234.AndLess$TrackTimeUpdater$UpdaterTask$1.run(AndLess.java:800)
  at android.os.Handler.handleCallback(Handler.java:587)
  at android.os.Handler.dispatchMessage(Handler.java:92)
  at android.os.Looper.loop(Looper.java:130)
  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:907)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:665)
  at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by JRTStudi...@gmail.com on 4 Nov 2011 at 3:40

GoogleCodeExporter commented 9 years ago
When i play flac files my s2 freezes also. The problem appears with other 
players.

Original comment by smont...@gmail.com on 6 Feb 2012 at 3:40