Loading services/core/java/com/android/server/am/ActivityManagerService.java +9 −0 Original line number Diff line number Diff line Loading @@ -15611,6 +15611,15 @@ public class ActivityManagerService extends IActivityManager.Stub return sticky; } // SafetyNet logging for b/177931370. If any process other than system_server tries to // listen to this broadcast action, then log it. if (callingPid != Process.myPid()) { if (filter.hasAction("com.android.server.net.action.SNOOZE_WARNING") || filter.hasAction("com.android.server.net.action.SNOOZE_RAPID")) { EventLog.writeEvent(0x534e4554, "177931370", callingUid, ""); } } synchronized (this) { if (callerApp != null && (callerApp.thread == null || callerApp.thread.asBinder() != caller.asBinder())) { Loading
services/core/java/com/android/server/am/ActivityManagerService.java +9 −0 Original line number Diff line number Diff line Loading @@ -15611,6 +15611,15 @@ public class ActivityManagerService extends IActivityManager.Stub return sticky; } // SafetyNet logging for b/177931370. If any process other than system_server tries to // listen to this broadcast action, then log it. if (callingPid != Process.myPid()) { if (filter.hasAction("com.android.server.net.action.SNOOZE_WARNING") || filter.hasAction("com.android.server.net.action.SNOOZE_RAPID")) { EventLog.writeEvent(0x534e4554, "177931370", callingUid, ""); } } synchronized (this) { if (callerApp != null && (callerApp.thread == null || callerApp.thread.asBinder() != caller.asBinder())) {