diff options
author | Keith Packard <keithp@keithp.com> | 2016-04-19 23:17:01 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-04-19 23:21:30 -0400 |
commit | 45bcf595d0a6a6001459f7f2055cd15e4839550b (patch) | |
tree | a6aa2c1f071e8b61fc88be2d635994077819cca2 /altoslib/AltosPreferencesBackend.java | |
parent | 90ba010aaa84a7d8b93c63543568a16ab0cb5984 (diff) |
altoslib: Add debugging to AltosPreferences.state() etc
This let me find why AltosDroid was losing the last state information
for each target.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosPreferencesBackend.java')
-rw-r--r-- | altoslib/AltosPreferencesBackend.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/AltosPreferencesBackend.java b/altoslib/AltosPreferencesBackend.java index f43c2ec9..5337527f 100644 --- a/altoslib/AltosPreferencesBackend.java +++ b/altoslib/AltosPreferencesBackend.java @@ -45,4 +45,6 @@ public interface AltosPreferencesBackend { public void flush(); public File homeDirectory(); + + public void debug(String format, Object ... arguments); } |