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

Commit 07629616 authored by Eric Biggers's avatar Eric Biggers
Browse files

[RESTRICT AUTOMERGE] Log to EventLog on prepareUserStorage failure

Bug: 224585613
Change-Id: Id6dfb4f4c48d5cf4e71f54bdb6d0d6eea527caf5
(cherry picked from commit fbb632ea)
Merged-In: Id6dfb4f4c48d5cf4e71f54bdb6d0d6eea527caf5
parent e03e9873
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -131,6 +131,7 @@ import android.util.ArrayMap;
import android.util.ArraySet;
import android.util.AtomicFile;
import android.util.DataUnit;
import android.util.EventLog;
import android.util.FeatureFlagUtils;
import android.util.Log;
import android.util.Pair;
@@ -3381,6 +3382,7 @@ class StorageManagerService extends IStorageManager.Stub
                }
            }
        } catch (Exception e) {
            EventLog.writeEvent(0x534e4554, "224585613", -1, "");
            Slog.wtf(TAG, e);
            // Make sure to re-throw this exception; we must not ignore failure
            // to prepare the user storage as it could indicate that encryption