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

Commit f98b6cdc authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Fix location dumping" into main

parents 0314ea4c db2830fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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());