Loading core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -497,7 +497,8 @@ public class PerfettoProtoLogImpl extends IProtoLogClient.Stub implements IProto os.write(GROUP_ID, pis.readInt(GROUP_ID)); os.write(GROUP_ID, pis.readInt(GROUP_ID)); break; break; case (int) LOCATION: case (int) LOCATION: os.write(LOCATION, pis.readInt(LOCATION)); os.write(LOCATION, pis.readString(LOCATION)); break; default: default: throw new RuntimeException( throw new RuntimeException( "Unexpected field id " + pis.getFieldNumber()); "Unexpected field id " + pis.getFieldNumber()); Loading Loading
core/java/com/android/internal/protolog/PerfettoProtoLogImpl.java +2 −1 Original line number Original line Diff line number Diff line Loading @@ -497,7 +497,8 @@ public class PerfettoProtoLogImpl extends IProtoLogClient.Stub implements IProto os.write(GROUP_ID, pis.readInt(GROUP_ID)); os.write(GROUP_ID, pis.readInt(GROUP_ID)); break; break; case (int) LOCATION: case (int) LOCATION: os.write(LOCATION, pis.readInt(LOCATION)); os.write(LOCATION, pis.readString(LOCATION)); break; default: default: throw new RuntimeException( throw new RuntimeException( "Unexpected field id " + pis.getFieldNumber()); "Unexpected field id " + pis.getFieldNumber()); Loading