add support for second line in log view

This commit is contained in:
Vincent Breitmoser
2014-10-05 11:10:40 +02:00
parent 7fedde2638
commit 6699917279
4 changed files with 112 additions and 33 deletions

View File

@@ -133,6 +133,12 @@ public class ProviderHelper {
}
}
public void clearLog() {
if (mLog != null) {
mLog.clear();
}
}
// If we ever switch to api level 11, we can ditch this whole mess!
public static final int FIELD_TYPE_NULL = 1;
// this is called integer to stay coherent with the constants in Cursor (api level 11)