Loading services/core/java/com/android/server/am/ActivityManagerService.java +3 −5 Original line number Diff line number Diff line Loading @@ -17844,11 +17844,9 @@ public class ActivityManagerService extends IActivityManager.Stub */ synchronized (wmLock) { if ((startFlags & ActivityManager.START_FLAG_DEBUG) != 0) { setDebugApp(aInfo.processName, true, false); } if ((startFlags & ActivityManager.START_FLAG_DEBUG_SUSPEND) != 0) { setDebugApp(aInfo.processName, true, false, true); boolean suspend = (startFlags & ActivityManager.START_FLAG_DEBUG_SUSPEND) != 0; setDebugApp(aInfo.processName, true, false, suspend); } if ((startFlags & ActivityManager.START_FLAG_NATIVE_DEBUGGING) != 0) { Loading
services/core/java/com/android/server/am/ActivityManagerService.java +3 −5 Original line number Diff line number Diff line Loading @@ -17844,11 +17844,9 @@ public class ActivityManagerService extends IActivityManager.Stub */ synchronized (wmLock) { if ((startFlags & ActivityManager.START_FLAG_DEBUG) != 0) { setDebugApp(aInfo.processName, true, false); } if ((startFlags & ActivityManager.START_FLAG_DEBUG_SUSPEND) != 0) { setDebugApp(aInfo.processName, true, false, true); boolean suspend = (startFlags & ActivityManager.START_FLAG_DEBUG_SUSPEND) != 0; setDebugApp(aInfo.processName, true, false, suspend); } if ((startFlags & ActivityManager.START_FLAG_NATIVE_DEBUGGING) != 0) {