As we know, debugging is equally important as coding. Tizen provides this API for developers to help them debug code easily without the use of standard debuggers. And as a good programming practice, we should always check error codes before deploying our projects.
Now we will see shall See what AppLog does, and where can we find it.
Snap Shot:
Please Note: The log results are visible only if the program is being run in the emulator.
Now we will see shall See what AppLog does, and where can we find it.
Snap Shot:
If the Image is not visible, open it in new tab.
Explanation of the Markers.
1. Using AppLog with our custom markers (myFlag in this case).
2. The 'Log' tab in Tizen perspective, where we can see all the logs received by the emulator.
3. We can filter Log Results by putting the custom flags (myFlag in this case) there.
4. Log results.Please Note: The log results are visible only if the program is being run in the emulator.