Merge "Still more debugging for bug 19823482"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8501866d74
@@ -3919,9 +3919,8 @@ final class ActivityStack {
|
||||
mStackSupervisor.removeChildActivityContainers(r);
|
||||
|
||||
try {
|
||||
if (DEBUG_SWITCH || DEBUG_STATES) Slog.i(TAG,
|
||||
(andResume ? "Relaunching to RESUMED " : "Relaunching to PAUSED ")
|
||||
+ r);
|
||||
if (DEBUG_SWITCH || DEBUG_STATES) Slog.i(TAG, "Moving to " +
|
||||
(andResume ? "RESUMED" : "PAUSED") + " Relaunching " + r);
|
||||
r.forceNewConfig = false;
|
||||
r.app.thread.scheduleRelaunchActivity(r.appToken, results, newIntents, changes,
|
||||
!andResume, new Configuration(mService.mConfiguration),
|
||||
|
||||
@@ -4608,8 +4608,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
if (DEBUG_APP_TRANSITIONS || DEBUG_ORIENTATION) Slog.v(TAG, "setAppVisibility(" +
|
||||
token + ", visible=" + visible + "): " + mAppTransition +
|
||||
" hidden=" + wtoken.hidden + " hiddenRequested=" +
|
||||
wtoken.hiddenRequested, HIDE_STACK_CRAWLS ?
|
||||
null : new RuntimeException("here").fillInStackTrace());
|
||||
wtoken.hiddenRequested + " Callers=" + Debug.getCallers(6));
|
||||
|
||||
// If we are preparing an app transition, then delay changing
|
||||
// the visibility of this token until we execute that transition.
|
||||
|
||||
Reference in New Issue
Block a user