debuggerd: fix debuggerd -b <pid> am: b53f903cf1
am: b5be6e3017
Change-Id: I9996765b2da89a8cf041447d147c28f49fda6b42
This commit is contained in:
commit
48e5ce8bd3
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ int main(int argc, char** argv) {
|
||||||
bool fatal_signal = signo != DEBUGGER_SIGNAL;
|
bool fatal_signal = signo != DEBUGGER_SIGNAL;
|
||||||
std::set<pid_t> siblings;
|
std::set<pid_t> siblings;
|
||||||
std::set<pid_t> attached_siblings;
|
std::set<pid_t> attached_siblings;
|
||||||
if (fatal_signal) {
|
if (fatal_signal || backtrace) {
|
||||||
if (!android::procinfo::GetProcessTids(target, &siblings)) {
|
if (!android::procinfo::GetProcessTids(target, &siblings)) {
|
||||||
PLOG(FATAL) << "failed to get process siblings";
|
PLOG(FATAL) << "failed to get process siblings";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue