Skip to content
Snippets Groups Projects
Commit e422dbcc authored by William Xiao's avatar William Xiao Committed by Android (Google) Code Review
Browse files

Merge "Fix debug logging in FalsingCollector" into main

parents 0fcce8f6 4c96e3ac
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ class FalsingCollectorImpl implements FalsingCollector {
static void logDebug(String msg) {
if (DEBUG) {
logDebug(msg);
Log.d(TAG, msg);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment