I tried to get memory allocations for my application in Android Device Monitor.
After I press "Get Allocations" I see console message
[2014-07-03 08:41:36 - ddm-heap] *** Received REAL
My steps.
- Run application from Android Studio
- Run Android Device Monitor.
- Select my application on devices tab.
- Press 'Start Tracking' on 'Allocation Tracker' tab.
- Waiting some time.
- Press 'Get Allocations'
How can I resolve this problem and get allocations? Android 4.4.4, Nexus 4.
Note - the same application and same actions on Android 2.3.7 work.