mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 04:34:21 +01:00
enable more verbose PDU parse logging
// FREEBIE
This commit is contained in:
@@ -83,8 +83,7 @@ public class PduParser {
|
||||
* The log tag.
|
||||
*/
|
||||
private static final String LOG_TAG = "PduParser";
|
||||
private static final boolean DEBUG = false;
|
||||
private static final boolean LOCAL_LOGV = false;
|
||||
private static final boolean LOCAL_LOGV = true;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
||||
Reference in New Issue
Block a user