Loading services/java/com/android/server/am/ActivityStack.java +1 −3 Original line number Diff line number Diff line Loading @@ -850,9 +850,7 @@ final class ActivityStack { prev.shortComponentName); prev.app.thread.schedulePauseActivity(prev.appToken, prev.finishing, userLeaving, prev.configChangeFlags); if (mStackSupervisor.isFrontStack(this)) { mService.updateUsageStats(prev, false); } } catch (Exception e) { // Ignore exception, if process died other code will cleanup. Slog.w(TAG, "Exception thrown during pause", e); Loading Loading
services/java/com/android/server/am/ActivityStack.java +1 −3 Original line number Diff line number Diff line Loading @@ -850,9 +850,7 @@ final class ActivityStack { prev.shortComponentName); prev.app.thread.schedulePauseActivity(prev.appToken, prev.finishing, userLeaving, prev.configChangeFlags); if (mStackSupervisor.isFrontStack(this)) { mService.updateUsageStats(prev, false); } } catch (Exception e) { // Ignore exception, if process died other code will cleanup. Slog.w(TAG, "Exception thrown during pause", e); Loading