aacdecoder-android icon indicating copy to clipboard operation
aacdecoder-android copied to clipboard

com.spoledge.aacdecoder.PCMFeed.run(PCMFeed.java:420)

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

What steps will reproduce the problem?
1.I don't know


java.lang.NullPointerException
at com.spoledge.aacdecoder.PCMFeed.run(PCMFeed.java:420)
at java.lang.Thread.run(Thread.java:856)

I have this error on some occasions and on different devices

Original issue reported on code.google.com by [email protected] on 9 Sep 2014 at 4:19

GoogleCodeExporter avatar Mar 18 '15 08:03 GoogleCodeExporter

same here, atrack nullcheck is missing atrack.flush(); perhaps we should add "return;" within the catch (line 363)?

089apps avatar Apr 26 '16 11:04 089apps