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:
Nicholas Bissell
2025-02-07 19:16:29 +00:00
committed by Chris Renshaw
parent 8805c3736d
commit 11e2629a26
2 changed files with 10 additions and 10 deletions
@@ -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")