• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Changes from Android 10
2
3## New features
4* Allow to specify whether profiling should only be done for existing processes
5  or only for newly spawned ones using `no_startup` or `no_running` in
6  `HeapprofdConfig`.
7* Allow to get the number of bytes that were allocated at a callstack but then
8  not used.
9* Allow to dump the maximum, rather than at the time of the dump.
10
11## Bugfixes
12* Fixed heapprofd on x86.
13* Fixed issue with calloc being incorrectly sampled.
14