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

Commit 561e6521 authored by Mythri Alle's avatar Mythri Alle
Browse files

Update the method after a change to the API name

startLowOverheadTrace is renamted to startLowOverheadTraceForAllMethods.

Bug: 352518093
Test: m droid
Change-Id: I98dd508529fc00b773f7830b23ebe8a80b8d4180
parent 15d7c7f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6950,7 +6950,7 @@ public final class ActivityThread extends ClientTransactionHandler
                        Slog.w(TAG, "Low overhead tracing feature is not enabled");
                        break;
                    }
                    VMDebug.startLowOverheadTrace();
                    VMDebug.startLowOverheadTraceForAllMethods();
                    break;
                default:
                    try {