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
480 When malloc debug detects an error, abort after sending the error
488 in Android P and older, enabling malloc debug would result in this message
491 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
609 value is always accurate in v1.1. A previous version of malloc debug set
666 adb shell setprop libc.debug.malloc.options backtrace
671 adb shell setprop libc.debug.malloc.options backtrace
672 adb shell setprop libc.debug.malloc.program ls
678 adb shell setprop libc.debug.malloc.program app_process
679 adb shell setprop libc.debug.malloc.options backtrace
685 adb shell setprop libc.debug.malloc.options "\"backtrace guard\""
693 Enable malloc debug using an environment variable (pre-O Android release):
696 # setprop libc.debug.malloc.env_enabled 1
697 # setprop libc.debug.malloc.options backtrace
701 Enable malloc debug using an environment variable (Android O or later):
707 Any process spawned from this shell will run with malloc debug enabled
711 adb shell setprop libc.debug.malloc.options backtrace
723 for the best way to use malloc debug in Android O or later on non-rooted
733 If you do have a rooted device, you can enable malloc debug for a specific
743 For example, to enable malloc debug for the google search box (Android O or later):
750 (`adb logcat -d | grep "malloc debug"`):
752 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
771 Without also enabling malloc debug, this command will only tell
773 occurring. If you enable malloc debug with the backtrace option for your