On Nov 12, 1:44 am, Сергей Митрофанов <[email protected]> wrote:
> I got very annoying issue.
> When I start debugging my application, the debug output is cropped
> like
> this:
> 11-11 20:30:03.614: ERROR/AndroidRuntime(267):     at
> com.tank.client.view.TankView.initTankView(TankView.java:119)
> 11-11 20:30:03.614: ERROR/AndroidRuntime(267):     ... 25 more

This happens in "caused by" sections.  The "25 more" are exactly
identical to the last 25 frames in the outer exception trace.  They're
not shown because they're redundant.

-- 
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

Reply via email to