You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Remove special case for logFields, simplify logs
- Run logFields only when spoofProvider, spoofBuild, or spoofSignature is on - Simplify log outputs; PS -> Play Store, DG -> DroidGuard
This commit is contained in:
committed by
Chris Renshaw
parent
8805c3736d
commit
11e2629a26
@@ -8,7 +8,7 @@ import android.util.Log;
|
||||
public final class EntryPointVending {
|
||||
|
||||
private static void LOG(String msg) {
|
||||
Log.d("PIF/Java:vending", msg);
|
||||
Log.d("PIF/Java:PS", msg);
|
||||
}
|
||||
|
||||
@SuppressLint("DefaultLocale")
|
||||
|
||||
Reference in New Issue
Block a user