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

Commit 222053f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clean up on logs and javadoc about app data isolation"

parents 7ed3386f 37131b58
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -316,7 +316,9 @@ public final class Zygote {
     * @param appDataDir null-ok  The data directory of the app.
     * @param isTopApp  True if the process is for top (high priority) application.
     * @param pkgDataInfoList A list that stores related packages and its app data
     * info: volume uuid and inode.
     * volume uuid and CE dir inode. For example, pkgDataInfoList = [app_a_pkg_name,
     * app_a_data_volume_uuid, app_a_ce_inode, app_b_pkg_name, app_b_data_volume_uuid,
     * app_b_ce_inode, ...];
     */
    private static void specializeAppProcess(int uid, int gid, int[] gids, int runtimeFlags,
            int[][] rlimits, int mountExternal, String seInfo, String niceName,
+0 −1
Original line number Diff line number Diff line
@@ -22673,7 +22673,6 @@ public class PackageManagerService extends IPackageManager.Stub
                if (ps != null) {
                    return ps.getCeDataInode(userId);
                }
                Slog.e(TAG, "failed to find package " + packageName);
                return 0;
            }
        }