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

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

Merge "Add more debug logging for AppWidgetServiceImpl.getAppWidgetViews" into main

parents 0fed8dfa 8b289e3d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2094,7 +2094,8 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
        final int userId = UserHandle.getCallingUserId();

        if (DEBUG) {
            Slog.i(TAG, "getAppWidgetViews() " + userId);
            Slog.i(TAG, "getAppWidgetViews() " + userId + " callingPackage=" + callingPackage
                    + " appWidgetId=" + appWidgetId);
        }

        // Make sure the package runs under the caller uid.