This commit is contained in:
chiteroman
2023-11-24 01:57:17 +01:00
parent 9774d68b3b
commit ed330ac37a
5 changed files with 126 additions and 120 deletions
@@ -21,6 +21,7 @@ public final class EntryPoint {
}
public static void addProp(String key, String value) {
if (key == null || value == null || key.isEmpty() || value.isEmpty()) return;
map.put(key, value);
LOG(String.format("Received from Zygisk lib: [%s] -> '%s'", key, value));
}