Loading services/core/java/com/android/server/am/ProcessErrorStateRecord.java +1 −0 Original line number Diff line number Diff line Loading @@ -333,6 +333,7 @@ class ProcessErrorStateRecord { if (errorId != null) { info.append("ErrorId: ").append(errorId.toString()).append("\n"); } info.append("Frozen: ").append(mApp.mOptRecord.isFrozen()).append("\n"); // Retrieve controller with max ANR delay from AnrControllers // Note that we retrieve the controller before dumping stacks because dumping stacks can Loading Loading
services/core/java/com/android/server/am/ProcessErrorStateRecord.java +1 −0 Original line number Diff line number Diff line Loading @@ -333,6 +333,7 @@ class ProcessErrorStateRecord { if (errorId != null) { info.append("ErrorId: ").append(errorId.toString()).append("\n"); } info.append("Frozen: ").append(mApp.mOptRecord.isFrozen()).append("\n"); // Retrieve controller with max ANR delay from AnrControllers // Note that we retrieve the controller before dumping stacks because dumping stacks can Loading