Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c96e3ac authored by William Xiao's avatar William Xiao
Browse files

Fix debug logging in FalsingCollector

logDebug was changed in ag/24531849

Flag: NA
Bug: N/A
Test: locally verified logs show up with DEBUG=true
Change-Id: I46ab89f09fb039895d1d36c85a9cca2499c3e798
parent 0eb4962e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ class FalsingCollectorImpl implements FalsingCollector {

    static void logDebug(String msg) {
        if (DEBUG) {
            logDebug(msg);
            Log.d(TAG, msg);
        }
    }