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

Commit 3d7ac279 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Mark startRenderingCommandsCapture @UnsupportedAppUsage"

parents d04eb683 d4021ca6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1066,6 +1066,7 @@ public class ViewDebug {
     */
    @TestApi
    @Nullable
    @UnsupportedAppUsage // Visible for Studio; least-worst option available
    public static AutoCloseable startRenderingCommandsCapture(View tree, Executor executor,
            Callable<OutputStream> callback) {
        final View.AttachInfo attachInfo = tree.mAttachInfo;