ASuite: update prebuilt aidegen by uploader.(6096193).

The prebuilt aidegen was downloaded from:
    aosp-master/aosp_cf_x86_phone-userdebug:6096193.
SHA256:3804cc9f07deb7e7f8c85ca118550769786493d12e224338f2e6ce5b3f06aa72

BUG:146030830
BUG:146541561
BUG:145516138
BUG:146030648
BUG:146527875
BUG:146339165
BUG:146021714
BUG:145172012
BUG:145885160
BUG:145581092
BUG:140596774
BUG:145172012
BUG:140539827
BUG:145172012
BUG:144545987
BUG:142363477
BUG:143924370
BUG:145099944
BUG:144462411
BUG:142776245
BUG:142776245
BUG:142776245

2019-12-24 6096193 5995672
aosp/1193690 e73e53a: [ASuite Code Coverage] increase the coverage of module_info_util.py to 85%
aosp/1195174 8b12069: AIDEGen: Increase coverage of source_locator
aosp/1189716 f1e5971: AIDEGen: not launching IDE after successful run
aosp/1193692 6217ede: [ASuite Code Coverage]  aidegen/aidegen_main.py
aosp/1193691 0f99ff1: AIDEGen: Increase coverage of module_info
aosp/1190996 264c952: AIDEGen: Increase coverage of aidegen_metrics
aosp/1185162 e58c338: AIDEGen: Collect IDE not installed exception to metrics
aosp/1175130 4530d79: AIDEGen: Add unit tests for enable debugger in Android Studio
aosp/1184122 de34ab7: AIDEGen: Collecting generated Android SDK config exception to metrics
aosp/1184175 85d23a7: AIDEGen: Remove the dead code of module ide_util
aosp/1179786 3e6a064: AIDEGen: Deal with the IntelliJ version upgrade
aosp/1175126 fa0de90: AIDEGen: Enable 'Attach debugger to Android Process' in Android Studio
aosp/1178507 311559a: AIDEGen: Refactor ide_util for too-many-lines pylint error.
aosp/1175026 a826188: AIDEGen: Collect the configuration folder paths of Android Studio IDE
aosp/1167499 64555b8: AIDEGen: Collect xml parsing exception to metrics.
aosp/1169627 009252c: AIDEGen: Fix a bug which causes -v not working
aosp/1158489 204e426: AIDEGen: get IDE installed path from environment paths for Android Studio
aosp/1174011 437a37a: AIDEGen: Remove unused template files
aosp/1166206 ca8d485: AIDEGen: Adds unit tests for config.py to reach 100% code coverage
aosp/1161524 c8f968c: AIDEGen: Save all paths of the Intellij configuration folder
aosp/1163784 c0d72c9: AIDEGen: Re-generate the code style file for main module
aosp/1163782 f885bfe: AIDEGen: Update AndroidStyle_aidegen.xml to prevent failed on repo sync

Test: 1. aidegen framework
         - After the IntelliJ IDE is opened, check the
           AndroidStyle_aidegen.xml under aidegen/data has no changes.
         - Check IntelliJ File -> Settings -> Editor -> Code Style ->
           Java -> Code Generation
         - Field's name prefix should be m.
         - Static field's name prefix should be s.
      2. aidegen framework -s -v, check if the log mechanism is working.
      3. aidegen framework -i s -s,
      	 - After Android Studio IDE launched, click "Run" on menu bar
           and confirm the button "Attach debugger to Android Process"
           is workable.
      4. Rename the newest application folder of
         IntelliJ, e.g., ".IdeaIC2019.2" or ".IntelliJIdea2019.2".
         - aidegen -r framework -s
         - Check if the import dialog of IntelliJ shows up.
         - As the hint provided in the application, it might need to
           rerun aidegen framework -s again if the IntelliJ import
           process keeps running.
         - The project should open normally.
      5. aidegen framework -s -r -i s
         - If there're more than one version of Studio, show the version
           option.
         - The launch project of the Studio should work as usual.
         - aidegen framework -s -r
         - The behavior of CLI should work as usual and the launch
           project of IntelliJ should work as well.
         - Check on there is only 3 errors in both
           frameworks/base/services/core/java/com/android/server/pm/PackageManagerService.java,
           and frameworks/base/services/core/java/com/android/server/am/ActivityManagerService.java.

Change-Id: I23f046ce8c54bf3bf5899dd8286fef7e5c49f6d0
1 file changed