History log of /frameworks/av/media/libmedia/MemoryLeakTrackUtil.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
07b745e166ee62030960ccea37e117caadf71c32 24-May-2016 Andy Hung <hunga@google.com> Add memory heap checks for mediaserver and audioserver

Memory heap check updated and restored to mediaserver,
added as new option to audioserver.

Requires properties to be set (example for audioserver):

$ adb shell setprop libc.debug.malloc.program audioserver
$ adb shell setprop libc.debug.malloc.options backtrace=8
$ adb shell pkill audioserver

...

and to dump:

$ adb shell dumpsys media.audio_flinger -m

Bug: 28909124
Bug: 27500825
Change-Id: Ifa8c2c02b022daf1a799ee4a1d75282a3c921763
/frameworks/av/media/libmedia/MemoryLeakTrackUtil.cpp
f1063e2659cad01ec334a265c31734c63c319cc4 18-Apr-2015 Lajos Molnar <lajos@google.com> libmedia: fix all warning, make warnings errors, use clang

Change-Id: Ic00d2c5d0bbb1605e96666e25c9ccc22bea6d3ff
/frameworks/av/media/libmedia/MemoryLeakTrackUtil.cpp
9d014d04bd1e26b68ea979885ccbc6f131a7eda3 29-Jan-2015 Elliott Hughes <enh@google.com> Add missing includes.

Change-Id: Ib697ce44243e7cb07aee60944238e0854d82e9de
/frameworks/av/media/libmedia/MemoryLeakTrackUtil.cpp
80a5d305a8408651fbc9b11e9d21125887da8c40 02-Apr-2014 Igor Chernyshev <igorc@google.com> Add missing include

Change-Id: I9fc3ebf60b98760611ac2071c7c519a0f8326341
/frameworks/av/media/libmedia/MemoryLeakTrackUtil.cpp
6d39eb9d7da2ca8eb733f2d2eba686c56b24885b 22-Jan-2013 Oscar Rydhé <oscar.rydhe@sonymobile.com> Do partial reads in MemoryLeakTrackUtil

Do partial read in MemoryLeakTrackUtil dumpMemoryAddresses
to avoid using more memory than what is allocated.

Change-Id: I94feb4e00647407f938571167b981c7371f39e3d
/frameworks/av/media/libmedia/MemoryLeakTrackUtil.cpp
8635b7b095fbf7ffc63d3ce791891a9116ace1f6 15-Mar-2011 James Dong <jdong@google.com> Add memory leak tracking/debugging code to drm server

bug - 4099038

Change-Id: I6c048eaf3d7f34bc144b8daaa5fdef1ed474af66
/frameworks/av/media/libmedia/MemoryLeakTrackUtil.cpp