This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Logs are not visible on with adb logcat
#5667
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
When running Substrate/Polkadot within an Android application, the logs are not visible.
adb logcat
doesn't let you see the stdout/stderr, instead it lets you see only logs that applications explicitly print through an Android-specific function.I can see two solutions to this:
Solution 1
Modify this function to use the
android_logger
crate on Android (or a similar crate).Solution 2
Embrace that the Substrate is supposed to be a library and make this configurable by the user.
The text was updated successfully, but these errors were encountered: