Add header to DropBox crash reports to indicate instant app crash
Bug: 62372653
Test: runtest -c com.android.server.am.ActivityManagerServiceTest frameworks-services
Change-Id: I5a3d293d4bd7b54b6fcfe26516e51aff15354ded
(cherry picked from commit 9cab935555)
This commit is contained in:
@@ -14702,6 +14702,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