Devin project is intended to ease creating a solid language for QA report sharing, Also the project increase QA awareness from what happen in the application.
The project consist two main module, one for writing logs and other one for presenting logs.
You can see an example in SampleActivity
Devin write library published in mavenCentral.
dependencies {
debugImplementation "io.github.nasserkhosravi.devin:write:$VERSION"
releaseImplementation "io.github.nasserkhosravi.devin:write-no-op:$VERSION"
}