Uh oh!
There was an error while loading. Please reload this page.
Disable diagnostics support as default in Mono Android sample app. - #53716
Conversation
marek-safar
commented
Jun 4, 2021
@steveisok can we stop messing up with the sample and do the work property as independent units that we can regularly validate ? |
lateralusX
commented
Jun 4, 2021
The work unit was adding ability to run diagnostics with the sample apps, this issue was a regression from that work, but it actually exposed another issue with our Android release shared library builds not being stripped, dramatically increase the size of sample app when using dynamic linked mono runtime (as used by workloads like XA). Maybe we should have a test running on PR's monitor size of sample apps? |
lateralusX
commented
Jun 4, 2021
Size increase is mainly caused by this, #53722, will temporary remove dynamic linking in sample app on Android until we strip shared libraries as part of runtime build. |
lateralusX
commented
Jun 4, 2021
Switching back to static linking will take APK size of sample app on Android back to 2.6 MB. |
Uh oh!
There was an error while loading. Please reload this page.
f884688 to
8f3656cCompareKeeping dynamic linking on Android since the should be the default, size will be adjusted once #53240 gets merged. |
No description provided.