Blueforcer Well-Known Member Licensed User Longtime User Mar 3, 2025 #1 Hello, How do I add this manifest configuration? <profileable android:shell="true" /> Profile your app performance | Android Studio | Android Developers Learn about profiling your app in Android Studio. developer.android.com Last edited: Mar 3, 2025
Hello, How do I add this manifest configuration? <profileable android:shell="true" /> Profile your app performance | Android Studio | Android Developers Learn about profiling your app in Android Studio. developer.android.com
teddybear Well-Known Member Licensed User Mar 3, 2025 #2 B4X: AddApplicationText(<profileable android:shell="true" />) Upvote 0
Blueforcer Well-Known Member Licensed User Longtime User Mar 3, 2025 #3 teddybear said: B4X: AddApplicationText(<profileable android:shell="true" />) Click to expand... Thanks, but this does not seem to work, at least the Android Studio profiler still tells me that the application does not yet have advanced profiling enabled Upvote 0
teddybear said: B4X: AddApplicationText(<profileable android:shell="true" />) Click to expand... Thanks, but this does not seem to work, at least the Android Studio profiler still tells me that the application does not yet have advanced profiling enabled
Blueforcer Well-Known Member Licensed User Longtime User Mar 3, 2025 #5 Basics are working (even without the manifest config), but not enough for detailed profiling Upvote 0
teddybear Well-Known Member Licensed User Mar 3, 2025 #6 Blueforcer said: Basics are working (even without the manifest config), but not enough for detailed profiling Click to expand... By default, apps have this configuration set to true. Upvote 0
Blueforcer said: Basics are working (even without the manifest config), but not enough for detailed profiling Click to expand... By default, apps have this configuration set to true.
Blueforcer Well-Known Member Licensed User Longtime User Mar 3, 2025 #7 teddybear said: By default, apps have this configuration set to true. Click to expand... So how to enable advanced profiling? Upvote 0
teddybear said: By default, apps have this configuration set to true. Click to expand... So how to enable advanced profiling?
teddybear Well-Known Member Licensed User Mar 3, 2025 #8 Blueforcer said: Basics are working (even without the manifest config), but not enough for detailed profiling View attachment 162229 Click to expand... This is related to the AS version Blueforcer said: So how to enable advanced profiling? Click to expand... It‘s also related to the AS version Upvote 0
Blueforcer said: Basics are working (even without the manifest config), but not enough for detailed profiling View attachment 162229 Click to expand... This is related to the AS version Blueforcer said: So how to enable advanced profiling? Click to expand... It‘s also related to the AS version