Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6ed3cd9 authored by Josh Gao's avatar Josh Gao
Browse files

NativeTombstoneManager: fix tombstone parsing.

For unclear reasons, this was silently succeeding on AOSP, and throwing
a ProtoParseException on internal.

Bug: http://b/159164105
Test: `adb shell crasher` on sc-vf-dev, sc-dev
Change-Id: I605e9db49e344bd57a4e33d32808ca2b5b6f4231
parent 5fea1d9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -425,7 +425,7 @@ public final class NativeTombstoneManager {
                                }
                            }
                            stream.end(token);

                            break;

                        case (int) Tombstone.SELINUX_LABEL:
                            selinuxLabel = stream.readString(Tombstone.SELINUX_LABEL);