Scenarios
View logcat output in Android Studio from a release environment.
Procedure
Add the meta-data property to the manifest file:
<meta-data
android:name="print.log.date"
android:value="yyyyMMdd" />
<!-- The value is the date in YYYYMMDD format. For example: 20221124. -->
该文章对您有帮助吗?