1

I'm working on a huge Android app using Eclipse that's got tons of code the I'm unfamiliar with.

There's a thread that's being spawned way too many times, and I'm not sure where it's being spawned as there's lots of code that spawns this thread.

How can I find where the thread was spawned in Eclipse?

Note: The thread does appear to have a name of sorts... In the thread Debug stacktrace, I can see "Thread [<18> *] where * is some dynamic info (not a simple string that's embedded in the app).

4

1 に答える 1