@@ -10,7 +10,7 @@
|
||||
|
||||
#include "lsplt.hpp"
|
||||
|
||||
#define LOG_TAG "TrickyStore"
|
||||
#define LOG_TAG "TrickyStoreOSS"
|
||||
|
||||
#define SYSCALL_IS_ERR(e) (((unsigned long)e) > -4096UL)
|
||||
#define SYSCALL_ERR(e) (-(int)(e))
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
|
||||
#ifndef LOG_TAG
|
||||
# define LOG_TAG "TrickyStore"
|
||||
# define LOG_TAG "TrickyStoreOSS"
|
||||
#endif
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.security.cert.CertificateFactory
|
||||
import java.security.cert.X509Certificate
|
||||
|
||||
object CertificateUtils {
|
||||
private const val TAG = "CertificateUtils"
|
||||
private const val TAG = "TrickyStoreOSS"
|
||||
|
||||
sealed class CertificateResult<out T> {
|
||||
data class Success<T>(val data: T) : CertificateResult<T>()
|
||||
|
||||
@@ -8,7 +8,7 @@ package io.github.beakthoven.TrickyStoreOSS.core.logging
|
||||
import android.util.Log
|
||||
|
||||
object Logger {
|
||||
const val TAG = "TrickyStore"
|
||||
const val TAG = "TrickyStoreOSS"
|
||||
|
||||
sealed class LogLevel(val priority: Int) {
|
||||
object Debug : LogLevel(Log.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user