Loading debuggerd/crash_dump.cpp +21 −22 Original line number Diff line number Diff line Loading @@ -303,7 +303,7 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo, *recoverable_crash = false; if (rc == -1) { PLOG(FATAL) << "failed to read target ucontext"; } else { } ssize_t expected_size = 0; switch (crash_info->header.version) { case 1: Loading @@ -325,7 +325,6 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo, LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected " << expected_size; } } switch (crash_info->header.version) { case 4: Loading Loading
debuggerd/crash_dump.cpp +21 −22 Original line number Diff line number Diff line Loading @@ -303,7 +303,7 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo, *recoverable_crash = false; if (rc == -1) { PLOG(FATAL) << "failed to read target ucontext"; } else { } ssize_t expected_size = 0; switch (crash_info->header.version) { case 1: Loading @@ -325,7 +325,6 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo, LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected " << expected_size; } } switch (crash_info->header.version) { case 4: Loading