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

Commit 86ce6887 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

DO NOT MERGE - Track framework changes to crashApplication API am: 4a89abe2

Change-Id: Ibe465291626661a7bcd4ad38e11ff1525fbab512
parents 37790255 4a89abe2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -89,7 +89,8 @@ public final class PasswordUtils extends com.android.settingslib.Utils {
                    /* initialPid= */ -1,
                    getCallingAppPackageName(activityToken),
                    userId,
                    message);
                    message,
                    false);
        } catch (RemoteException e) {
            Log.v(TAG, "Could not talk to activity manager.", e);
        }