Android's logcat (eclipse) used to show ActivityManager manager states
Like this
02-23 16:01:15.327: I/ActivityManager(65): Starting activity: Intent { cmp=com.tmrepo/.Clfbpg }
02-23 16:01:17.237: I/ActivityManager(65): Displayed activity com.tmrepo/.Clfbpg: 1777 ms (total 1777 ms)`
But the logcat in Android studio never shows anything related to ActivityManager.
Is there anyway to fix this?