Merge "Log process abis during start."

This commit is contained in:
Narayan Kamath
2014-06-03 09:57:02 +00:00
committed by Gerrit Code Review

View File

@@ -2830,6 +2830,10 @@ public final class ActivityManagerService extends ActivityManagerNative
}
}
buf.append("}");
if (requiredAbi != null) {
buf.append(" abi=");
buf.append(requiredAbi);
}
Slog.i(TAG, buf.toString());
app.setPid(startResult.pid);
app.usingWrapper = startResult.usingWrapper;