Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why the FileOutputStream is used instead of the native "android.util.Log" library ? #12

Closed
darwintree opened this issue Oct 8, 2021 · 1 comment

Comments

@darwintree
Copy link

I noticed in the implementation of CRYLOGGER, you used

private static FileOutputStream stream;

to record the log instead of using the android.util.Log library.
What is the intent of this design?

Thanks in advance.

@lucapiccolboni
Copy link
Owner

Hi! We used FileOutputStream because we implemented everything within the boundary of the Java Library, without using any Android-specific class. This makes it easier to compile the code we added to the Java library. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants