DO NOT MERGE - Track framework changes to crashApplication

Bug: 128649910
Test: manual
Test: atest OsHostTests#testForegroundServiceBadNotification
Merged-In: Ia613372360f8b32f6ad3b7d2092e7cb27f067fbc
Change-Id: I6894e3df309669ba98ad23432aa18d6043739aad
This commit is contained in:
Christopher Tate
2020-03-10 15:52:05 -07:00
parent 12ed043fdb
commit 36f182159f

View File

@@ -89,7 +89,8 @@ public final class PasswordUtils extends com.android.settingslib.Utils {
/* initialPid= */ -1, /* initialPid= */ -1,
getCallingAppPackageName(activityToken), getCallingAppPackageName(activityToken),
userId, userId,
message); message,
false);
} catch (RemoteException e) { } catch (RemoteException e) {
Log.v(TAG, "Could not talk to activity manager.", e); Log.v(TAG, "Could not talk to activity manager.", e);
} }