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

Commit e9f72b4c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Log error when unknown protolog viewer config field is parsed" into main

parents 5ade2514 69855208
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -93,8 +93,7 @@ public class Utils {
                    os.write(TAG, tag);
                    break;
                default:
                    throw new RuntimeException(
                            "Unexpected field id " + pis.getFieldNumber());
                    Log.e(LOG_TAG, "Unexpected field id " + pis.getFieldNumber());
            }
        }

@@ -126,8 +125,7 @@ public class Utils {
                    os.write(LOCATION, pis.readString(LOCATION));
                    break;
                default:
                    throw new RuntimeException(
                            "Unexpected field id " + pis.getFieldNumber());
                    Log.e(LOG_TAG, "Unexpected field id " + pis.getFieldNumber());
            }
        }