Lines Matching refs:debug
4 Malloc debug is a method of debugging native memory problems. It can help
10 The documentation for malloc debug on older versions of Android is
13 When malloc debug is enabled, it works by adding a shim layer that replaces
41 Malloc debug is controlled by individual options. Each option can be enabled
470 When malloc debug detects an error, abort after sending the error
478 in Android P and older, enabling malloc debug would result in this message
481 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
599 value is always accurate in v1.1. A previous version of malloc debug set
656 adb shell setprop libc.debug.malloc.options backtrace
661 adb shell setprop libc.debug.malloc.options backtrace
662 adb shell setprop libc.debug.malloc.program ls
668 adb shell setprop libc.debug.malloc.program app_process
669 adb shell setprop libc.debug.malloc.options backtrace
675 adb shell setprop libc.debug.malloc.options "\"backtrace guard\""
683 Enable malloc debug using an environment variable (pre-O Android release):
686 # setprop libc.debug.malloc.env_enabled 1
687 # setprop libc.debug.malloc.options backtrace
691 Enable malloc debug using an environment variable (Android O or later):
697 Any process spawned from this shell will run with malloc debug enabled
701 adb shell setprop libc.debug.malloc.options backtrace
713 for the best way to use malloc debug in Android O or later on non-rooted
723 If you do have a rooted device, you can enable malloc debug for a specific
733 For example, to enable malloc debug for the google search box (Android O or later):
740 (`adb logcat -d | grep "malloc debug"`):
742 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
761 Without also enabling malloc debug, this command will only tell
763 occurring. If you enable malloc debug with the backtrace option for your