@@ -400,7 +400,7 @@ This property is `False` by default.
400
400
401
401
## AndroidEnableProfiler
402
402
403
- Synonym for the [ ` $(EnableProfiler ) ` ] ( #enableprofiler ) property.
403
+ Synonym for the [ ` $(EnableDiagnostics ) ` ] ( #enablediagnostics ) property.
404
404
405
405
Required for using ` dotnet-trace ` or ` dotnet-gcdump ` in Android
406
406
applications. If set to ` true ` , it includes the Mono diagnostic
@@ -1545,6 +1545,18 @@ MSBuild property also controls what
1545
1545
will be embedded into the ` .apk ` , which can impact deployment and
1546
1546
rebuild times.
1547
1547
1548
+ ## EnableDiagnostics
1549
+
1550
+ Synonym for the [ ` $(AndroidEnableProfiler) ` ] ( #androidenableprofiler )
1551
+ property.
1552
+
1553
+ Required for using ` dotnet-trace ` or ` dotnet-gcdump ` in Android
1554
+ applications. If set to ` true ` , it includes the Mono diagnostic
1555
+ component in the application. This component is the
1556
+ ` libmono-component-diagnostics_tracing.so ` native library.
1557
+
1558
+ This property is ` False ` by default.
1559
+
1548
1560
## EnableLLVM
1549
1561
1550
1562
A boolean property that determines whether
@@ -1559,18 +1571,6 @@ This property is `False` by default.
1559
1571
This property is ignored unless the
1560
1572
[ ` $(AotAssemblies) ` ] ( #aotassemblies ) MSBuild property is ` True ` .
1561
1573
1562
- ## EnableProfiler
1563
-
1564
- Synonym for the [ ` $(AndroidEnableProfiler) ` ] ( #androidenableprofiler )
1565
- property.
1566
-
1567
- Required for using ` dotnet-trace ` or ` dotnet-gcdump ` in Android
1568
- applications. If set to ` true ` , it includes the Mono diagnostic
1569
- component in the application. This component is the
1570
- ` libmono-component-diagnostics_tracing.so ` native library.
1571
-
1572
- This property is ` False ` by default.
1573
-
1574
1574
## EnableProguard
1575
1575
1576
1576
A boolean property that determines
0 commit comments