aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/memory/CHANGELOG.md
blob: 56f64b5fb806a780c055f60fd03a6f15fbb08253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Changes from Android 10

## New features
* Allow to specify whether profiling should only be done for existing processes
  or only for newly spawned ones using `no_startup` or `no_running` in
  `HeapprofdConfig`.
* Allow to get the number of bytes that were allocated at a callstack but then
  not used.
* Allow to dump the maximum, rather than at the time of the dump.

## Bugfixes
* Fixed heapprofd on x86.