diff options
author | Raphael <raphael@google.com> | 2012-02-06 10:04:28 -0800 |
---|---|---|
committer | Raphael <raphael@google.com> | 2012-02-06 10:10:27 -0800 |
commit | fdd7eb0ab3b26a8751bb4451893d26827c391d23 (patch) | |
tree | 5276a0b5071a1bf6b586e983be0f24ed736282fd /apps | |
parent | 47beb2fa7bbc1fb3e2f73f9fe1334d7844d25cf7 (diff) | |
download | sdk-fdd7eb0ab3b26a8751bb4451893d26827c391d23.zip sdk-fdd7eb0ab3b26a8751bb4451893d26827c391d23.tar.gz sdk-fdd7eb0ab3b26a8751bb4451893d26827c391d23.tar.bz2 |
SDK: verbose log for CommonXmlEditor.
This just adds a simple printf of the resFolder + type
when the CommonXmlEditor can't find a matching delegate.
Also a 1-character typo fix in a lint message
and ignore bin/gen folders for the sdk controller app.
Change-Id: If43877e6c4d4158c475507671993fe29716a7c5e
Diffstat (limited to 'apps')
-rw-r--r-- | apps/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/.gitignore b/apps/.gitignore new file mode 100644 index 0000000..d2107ee --- /dev/null +++ b/apps/.gitignore @@ -0,0 +1,3 @@ +bin +gen + |