Merge "Add header to DropBox crash reports to indicate instant app crash" into oc-mr1-dev

This commit is contained in:
Vlad Zavidovych
2017-10-10 23:46:42 +00:00
committed by Android (Google) Code Review

View File

@@ -14706,6 +14706,9 @@ public class ActivityManagerService extends IActivityManager.Stub
}
sb.append("\n");
}
if (process.info.isInstantApp()) {
sb.append("Instant-App: true\n");
}
}
}