Document tracing location android meta-data

Pick-to: 6.5
Change-Id: I13467f022f1a3646315f2c0319e54db82d41e2c7
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
Antti Määttä 2023-03-01 11:37:30 +02:00
parent 5078369119
commit 25d15948f8

View File

@ -199,6 +199,13 @@ The following is a list of such meta-data defined by Qt:
by the app. by the app.
For more information, see For more information, see
\l {QNativeInterface::}{QAndroidApplication::hideSplashScreen()}. \l {QNativeInterface::}{QAndroidApplication::hideSplashScreen()}.
\row
\li android.app.trace_location
\li Specifies a location on device where the application can save tracing files.
For example: /storage/emulated/0/Android/data/<app_package_name>/files/.
This is needed when using Common Trace Format (CTF) tracing backend.
\note The application needs storage permission for the location.
Default: not set.
\endtable \endtable
\section2 Application Specific Meta-data \section2 Application Specific Meta-data