You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KatScan can then be installed within your project's build.gradle.
Updated project file structure. Example app and katscan library are now part of the same project.
Kat,setup now just a single public function (instead of there being 2 options).
Kat.scan by default now will write every entry to an external file as well as a console log (so long as running a debug build. Otherwise console logs will always be skipped. By default, writing to external files will always be skipped for release builds. But this can be configured).
Config.File.writeKatScanEntriesToFileAndLog config field was added and defaults to true (which controls the above behavior).
Config.File.addEntriesIntoSubdirectoryCreatedToday will now default to true.
Bug fix that may cause console logs to be written in release builds.