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

Commit c6410509 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Track framework changes to crashApplication API"

parents 147b362b 9efc5ab9
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);
        }