-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
arch-i686Issue reproducible on packages compiled for i686Issue reproducible on packages compiled for i686bug reportSomething is not working properlySomething is not working properlyhelp wantedHelp is wanted in order to solve the issueHelp is wanted in order to solve the issueinactiveNo activity in a certain period of timeNo activity in a certain period of time

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 update
apt install gdb tsu
su
dumpsys meminfo
and find pid of process to attachquit
tsu
gdb -pid (pid)
gcore (path)
Metadata
Metadata
Assignees
Labels
arch-i686Issue reproducible on packages compiled for i686Issue reproducible on packages compiled for i686bug reportSomething is not working properlySomething is not working properlyhelp wantedHelp is wanted in order to solve the issueHelp is wanted in order to solve the issueinactiveNo activity in a certain period of timeNo activity in a certain period of time