Capture logs from a release package in mPaaS

更新时间:
复制 MD 格式

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. -->