Is there a quick way to print/enable Slog messages to view them in logcat? I know that system/radio/other buffers can be logged using adb logcat -b xxx command. I tried those, however they don't include Slog messages. Please suggest.
Slog example: Slog.v(TAG, "Raw acceleration vector: " + "x=" + x + ", y=" + y + ", z=" + z);
0 comments:
Post a Comment