Yeah, pretty much any application-side code takes a hit under the debugger,
not just JSON parsing.

Android API methods that are implemented as Binder (RPC) calls don't seem to
take a hit, but any Java code within the application does, and that includes
the framework as well.

Thanks for sharing the information, though.

You might want to test on a real device to get more real-world performance
numbers. The emulator (even 1.6 on a fast machine) is slower than a
mid-grade phone, and each version of Android gets progressively slower when
emulated.

-- Kostya

2011/6/23 idleSun <idle...@gmail.com>

> It turns out that it is slow when I run it in debug mode. So it is not
> a big deal. However, if you have a heavy jackson use and want to debug
> your code then you got to be really patient.
>
>
> On Jun 22, 10:59 am, idleSun <idle...@gmail.com> wrote:
> > I am using pretty complicated JSON data with Object Mapping to Java
> > Classes that are of course also pretty complicated (inheritance depth
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to