add mpcore module, settings screen done

This commit is contained in:
2024-01-03 00:35:39 +04:00
parent d078c200fa
commit b093674b6e
32 changed files with 602 additions and 66 deletions
@@ -63,7 +63,7 @@ public class UtilitiesAndData {
public static void printLog(String msg){
try{
if(isLoggerEnabled())
stream.write(msg.getBytes(StandardCharsets.UTF_8));
stream.write(msg.getBytes(StandardCharsets.UTF_8));
} catch (IOException e) {
Log.wtf(LOG_TAG, "cant write to stream(((");
e.printStackTrace();