add mpcore module, settings screen done
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user