Merge "Remove stray semicolon." into main am: b9c16a0829
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3094117 Change-Id: Idaf0dc4a48af4d580e59f1db93fe42e13684ca94 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b22aab6577
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ static void ReadCrashInfo(unique_fd& fd, siginfo_t* siginfo,
|
|||
default:
|
||||
LOG(FATAL) << "unexpected CrashInfo version: " << crash_info->header.version;
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
if (rc < expected_size) {
|
||||
LOG(FATAL) << "read " << rc << " bytes when reading target crash information, expected "
|
||||
|
|
Loading…
Reference in a new issue