7

It is possible to use Method Profiling only for main thread in Android?

Now to profile methods in all threads I press "Start Method Profiling" in DDMS. Can I profile methods only in main thread?

Nik
  • 7,114
  • 8
  • 51
  • 75
  • this has some info: http://stackoverflow.com/questions/22935464/android-profiling-a-specific-thread-ui-thread-via-ddms – snowdragon Jun 30 '14 at 22:08
  • @herschel, I think, that only possible solution is save trace to file, remove lines with thread name not equals "main" and open in Eclipse. – Nik Oct 03 '14 at 10:36

0 Answers0