Is there a way to find out all the threads that are currently running in the background inside an Android application?
Thank!!
By default, the user interface runs on a single thread!
Map<Thread, StackTraceElement[]> myMap = Thread.getAllStackTraces();
This card also contains system threads running in this application, such as garbage collection.
Android . , , GUI, " ".
Android .
Source: https://habr.com/ru/post/1758471/More articles:Sun GC Popup - javaDjango custom proxy for quick access - djangoЧтение данных json возвращается в jQuery - jsonHow to run tests and functional tests for Android? - androidExcel COMException 0x800A03EC when user cancels file overwrite - c #to cancel a delete action - NotifyCollectionChangedAction - wpfValidating input for a text field in C # Winforms - c #Display Settings FluentNHibernate - Store Files in SQL Server Database - c #Integrating Existing Pages in Zend Framework - phphow to configure ip system programmatically - c ++All Articles