Loading services/core/java/com/android/server/am/AppErrors.java +1 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,7 @@ class AppErrors { nativeProcs = NATIVE_STACKS_OF_INTEREST; } int[] pids = Process.getPidsForCommands(nativeProcs); int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); ArrayList<Integer> nativePids = null; if (pids != null) { Loading Loading
services/core/java/com/android/server/am/AppErrors.java +1 −1 Original line number Diff line number Diff line Loading @@ -870,7 +870,7 @@ class AppErrors { nativeProcs = NATIVE_STACKS_OF_INTEREST; } int[] pids = Process.getPidsForCommands(nativeProcs); int[] pids = nativeProcs == null ? null : Process.getPidsForCommands(nativeProcs); ArrayList<Integer> nativePids = null; if (pids != null) { Loading