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

Commit 37131b58 authored by Ricky Wai's avatar Ricky Wai
Browse files

Clean up on logs and javadoc about app data isolation

Bug: 143937733
Test: Able to compile
Change-Id: Id4c7cdbfa36b12f87c8ed8d7551c6a3de1087c6f
parent 4482ab53
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
@@ -22625,7 +22625,6 @@ public class PackageManagerService extends IPackageManager.Stub
                if (ps != null) {
                    return ps.getCeDataInode(userId);
                }
                Slog.e(TAG, "failed to find package " + packageName);
                return 0;
            }
        }