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

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

Merge "Replace thrown execption with Log.wtf" into main

parents dd39e865 7ff26be2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ public abstract class PerfettoProtoLogImpl extends IProtoLogClient.Stub implemen
                        }
                    }

                    throw new RuntimeException(sb.toString(), e);
                    Log.wtf(LOG_TAG, sb.toString(), e);
                }
            });
        }