How can I see the logs generated from Slog API. Is there any option to see the logs from system buffer.
I mean to see logs from radio buffer we use
adb logcat -b radio
And this log is generated by Android's Log class.
Where is the output of the Slog API? How can it be seen?
Use:
adb logcat -b system
This outputs logging from the 'system' buffer, as opposed to the main or radio buffer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With