Lines Matching refs:heap
116 As of P, this option will also enable dumping backtrace heap data to a
124 Note that when the signal is received, the heap is not dumped until the next
145 dump heap data to be dumped to a file when the program exits. If the backtrace
465 This section describes the format of the backtrace heap dump. This data is
522 Android P produces version v1.1 of the heap dump.
528 NUM\_ALLOCATIONS to an incorrect value. For heap dump v1.0, the
532 Android Q introduces v1.2 of the heap dump. The new header looks like this:
634 adb shell am dumpheap -n <PID_TO_DUMP> /data/local/tmp/heap.txt
696 ### Analyzing heap dumps
706 adb shell am dumpheap -n <PID_TO_DUMP> /data/local/tmp/heap.txt
707 adb shell pull /data/local/tmp/heap.txt .
708 …python development/scripts/native_heapdump_viewer.py --symbols /some/path/to/symbols/ heap.txt > h…