enable more verbose PDU parse logging

// FREEBIE
This commit is contained in:
Jake McGinty
2014-08-29 16:29:36 -05:00
parent b355991b0b
commit 12077c6dad
2 changed files with 4 additions and 3 deletions

View File

@@ -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.