Lines Matching refs:shell
586 adb shell stop
587 adb shell setprop libc.debug.malloc.options backtrace
588 adb shell start
592 adb shell setprop libc.debug.malloc.options backtrace
593 adb shell setprop libc.debug.malloc.program ls
594 adb shell ls
598 adb shell stop
599 adb shell setprop libc.debug.malloc.program app_process
600 adb shell setprop libc.debug.malloc.options backtrace
601 adb shell start
605 adb shell stop
606 adb shell setprop libc.debug.malloc.options "\"backtrace guard\""
607 adb shell start
609 Note: The two levels of quoting in the adb shell command is necessary.
610 The outer layer of quoting is for the shell on the host, to ensure that the
616 adb shell
624 adb shell
628 Any process spawned from this shell will run with malloc debug enabled
631 adb shell stop
632 adb shell setprop libc.debug.malloc.options backtrace
633 adb shell start
634 adb shell am dumpheap -n <PID_TO_DUMP> /data/local/tmp/heap.txt
650 adb shell setprop wrap.<APP> '"LIBC_DEBUG_MALLOC_OPTIONS=backtrace logwrapper"'
655 … adb shell setprop wrap.<APP> '"LIBC_DEBUG_MALLOC_OPTIONS=backtrace\ leak_track\ fill logwrapper"'
659 …adb shell setprop wrap.com.google.android.googlequicksearchbox '"LIBC_DEBUG_MALLOC_OPTIONS=backtra…
660 adb shell am force-stop com.google.android.googlequicksearchbox
671 adb shell getprop | grep wrap
683 adb shell dumpsys meminfo --unreachable <PID_OF_APP>
706 adb shell am dumpheap -n <PID_TO_DUMP> /data/local/tmp/heap.txt
707 adb shell pull /data/local/tmp/heap.txt .