summaryrefslogtreecommitdiffstats
path: root/src/com/android/nfc/DeviceHost.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/nfc/DeviceHost.java')
-rw-r--r--src/com/android/nfc/DeviceHost.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/nfc/DeviceHost.java b/src/com/android/nfc/DeviceHost.java
index cfa0ed1..ae7fa40 100644
--- a/src/com/android/nfc/DeviceHost.java
+++ b/src/com/android/nfc/DeviceHost.java
@@ -196,4 +196,6 @@ public interface DeviceHost {
boolean canMakeReadOnly(int technology);
int getMaxTransceiveLength(int technology);
+
+ String dump();
}