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
398 When malloc debug detects an error, abort after sending the error
406 in Android P and older, enabling malloc debug would result in this message
409 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
527 value is always accurate in v1.1. A previous version of malloc debug set
584 adb shell setprop libc.debug.malloc.options backtrace
589 adb shell setprop libc.debug.malloc.options backtrace
590 adb shell setprop libc.debug.malloc.program ls
596 adb shell setprop libc.debug.malloc.program app_process
597 adb shell setprop libc.debug.malloc.options backtrace
603 adb shell setprop libc.debug.malloc.options "\"backtrace guard\""
611 Enable malloc debug using an environment variable (pre-O Android release):
614 # setprop libc.debug.malloc.env_enabled 1
615 # setprop libc.debug.malloc.options backtrace
619 Enable malloc debug using an environment variable (Android O or later):
625 Any process spawned from this shell will run with malloc debug enabled
629 adb shell setprop libc.debug.malloc.options backtrace
641 for the best way to use malloc debug in Android O or later on non-rooted
651 If you do have a rooted device, you can enable malloc debug for a specific
661 For example, to enable malloc debug for the google search box (Android O or later):
668 (`adb logcat -d | grep "malloc debug"`):
670 08-16 15:54:16.060 26947 26947 I libc : /system/bin/app_process64: malloc debug enabled
689 Without also enabling malloc debug, this command will only tell
691 occurring. If you enable malloc debug with the backtrace option for your