3

I am working for a project on Samsung Gear Fit2 which has Samsung's Tizen OS. I want to get system log dump to debug my application. How can I do that?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

2 Answers2

2

Go to Settings > Gear info > About device> touch Software version menu 5times > Dial *#9900# > Run LOG_DUMP

Manish Sharma
  • 170
  • 2
  • 11
1
  1. Open Settings>Gear Info>About Device
  2. Scroll down to Serial Number and tap on it five times
  3. (The number pad appears), enter *#9900#
  4. Select Run LOG_DUMP
  5. Connect to the Gear Fit2 via Tizen Studio
  6. In Tizen Studio file explorer, select the log_dump file in /opt/usr/media/SLP_Debug/ and “pull” the file
Alan
  • 11
  • 1