Merge changes from topic "unencrypted-dirs-s" into sc-dev am: bc7a25dff4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17452466 Change-Id: I74d261c370252fac3a7a5eca76ced6bac41c678a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -128,6 +128,7 @@ import android.util.ArrayMap;
|
|||||||
import android.util.ArraySet;
|
import android.util.ArraySet;
|
||||||
import android.util.AtomicFile;
|
import android.util.AtomicFile;
|
||||||
import android.util.DataUnit;
|
import android.util.DataUnit;
|
||||||
|
import android.util.EventLog;
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
import android.util.Pair;
|
import android.util.Pair;
|
||||||
import android.util.Slog;
|
import android.util.Slog;
|
||||||
@@ -3398,6 +3399,7 @@ class StorageManagerService extends IStorageManager.Stub
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
EventLog.writeEvent(0x534e4554, "224585613", -1, "");
|
||||||
Slog.wtf(TAG, e);
|
Slog.wtf(TAG, e);
|
||||||
// Make sure to re-throw this exception; we must not ignore failure
|
// Make sure to re-throw this exception; we must not ignore failure
|
||||||
// to prepare the user storage as it could indicate that encryption
|
// to prepare the user storage as it could indicate that encryption
|
||||||
|
|||||||
Reference in New Issue
Block a user