Merge "Improve debugging for multi-instance in split-screen"
This commit is contained in:
@@ -892,9 +892,10 @@ class ActivityStarter {
|
||||
|
||||
final int userId = aInfo != null && aInfo.applicationInfo != null
|
||||
? UserHandle.getUserId(aInfo.applicationInfo.uid) : 0;
|
||||
final int launchMode = aInfo != null ? aInfo.launchMode : 0;
|
||||
if (err == ActivityManager.START_SUCCESS) {
|
||||
Slog.i(TAG, "START u" + userId + " {" + intent.toShortString(true, true, true, false)
|
||||
+ "} from uid " + callingUid);
|
||||
+ "} with " + launchModeToString(launchMode) + " from uid " + callingUid);
|
||||
}
|
||||
|
||||
ActivityRecord sourceRecord = null;
|
||||
|
||||
Reference in New Issue
Block a user