Merge "Add header to DropBox crash reports to indicate instant app crash" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
20bfcce92b
@@ -14706,6 +14706,9 @@ public class ActivityManagerService extends IActivityManager.Stub
|
||||
}
|
||||
sb.append("\n");
|
||||
}
|
||||
if (process.info.isInstantApp()) {
|
||||
sb.append("Instant-App: true\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user