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

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

Merge "Check record.getThread!=null in getExecutableMethodFileOffsets" into main

parents bc4508a9 aaded54e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18336,6 +18336,9 @@ public class ActivityManagerService extends IActivityManager.Stub
                }
                thread = record.getThread();
            }
            if (thread == null) {
                throw new IllegalStateException("app ActivityThread is null");
            }
            try {
                thread.getExecutableMethodFileOffsets(methodDescriptor, callback);
            } catch (RemoteException e) {