arch-i686bug reporthelp wantedinactive
Description
I'm trying to attach a process and dump memory using gdb in root mode but gcore does not work on x86. gcore does work on my ARM-based phone but it is slow to handle these, emulator is much faster, and I just want to save battery and keep battery last longer.
Steps to reproduce:
- Install Memu Lollipop RC5
- Install Termux, and launch it
apt updateapt install gdb tsusudumpsys meminfoand find pid of process to attachquittsugdb -pid (pid)gcore (path)
