Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Collecting logs

Jorge Villasenor edited this page Aug 3, 2017 · 1 revision

How to collect logs to help debugging:

Log files are here on the device:
/data/data/[Your App ID]/Tracing/*.log
All .log files at this location.

E.g. log files will be app_log_0.log etc.
adb shell "run-as com.microsoft.office.sfb.sfbdemo ls /data/data/com.microsoft.office.sfb.sfbdemo/Tracing"

Clone this wiki locally