Usually there is a "caused by" line futher down in the stack trace. Is this the entire stack trace?
On Dec 24, 6:36 am, Martin <[email protected]> wrote: > Hi! > > What could be the reason, if I get such a strange error? > > Thread [<3> main] (Suspended (exception RuntimeException)) > ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord) > line: 2268 > ActivityThread.handleLaunchActivity(ActivityThread$ActivityRecord) > line: 2284 > ActivityThread.access$1800(ActivityThread, ActivityThread > $ActivityRecord) line: 112 > ActivityThread$H.handleMessage(Message) line: 1692 > ActivityThread$H(Handler).dispatchMessage(Message) line: 99 > Looper.loop() line: 123 > ActivityThread.main(String[]) line: 3948 > Method.invokeNative(Object, Object[], Class, Class[], Class, int, > boolean) line: not available [native method] > Method.invoke(Object, Object...) line: 521 > ZygoteInit$MethodAndArgsCaller.run() line: 782 > ZygoteInit.main(String[]) line: 540 > NativeStart.main(String[]) line: not available [native method] > > I do not get a special line in my code. > How can I find anything out, where the error in my code is? > > And the LogCat says all the time: > > 12-24 15:34:10.140: WARN/AudioFlinger(542): write blocked for 110 > msecs > 12-24 15:34:10.418: WARN/AudioFlinger(542): write blocked for 144 > msecs > 12-24 15:34:10.766: WARN/AudioFlinger(542): write blocked for 115 > msecs > 12-24 15:34:10.977: WARN/AudioFlinger(542): write blocked for 128 > msecs > 12-24 15:34:11.247: WARN/AudioFlinger(542): write blocked for 155 > msecs > 12-24 15:34:11.573: WARN/AudioFlinger(542): write blocked for 167 > msecs > 12-24 15:34:11.849: WARN/AudioFlinger(542): write blocked for 160 > msecs > 12-24 15:34:12.133: WARN/AudioFlinger(542): write blocked for 148 > msecs > 12-24 15:34:12.317: WARN/AudioFlinger(542): write blocked for 166 > msecs > 12-24 15:34:12.692: WARN/AudioFlinger(542): write blocked for 141 > msecs > 12-24 15:34:12.807: WARN/AudioFlinger(542): write blocked for 72 msecs > > Greetings, > Martin -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

