diff options
| author | 2011-01-27 22:53:20 -0800 | |
|---|---|---|
| committer | 2011-01-27 22:53:20 -0800 | |
| commit | c560e4e3cff94dec167ef70abc7db89e90ea3107 (patch) | |
| tree | e39a0d495d57e3099393dfe124ca6f740460889f /libs/utils | |
| parent | 3a3a6ce7fe7903f9072e029ea7cef2f1fe4a23aa (diff) | |
| parent | 311559851f31c046c5f2b0ea9bb4b943e4114fc9 (diff) | |
am bb609471: am 256a09b2: Merge "Fix issue #3392073: At times soft keyboard comes up in..." into honeycomb
* commit 'bb6094718b08e7fe2054b7260a85baae635afe48':
Fix issue #3392073: At times soft keyboard comes up in...
Diffstat (limited to 'libs/utils')
| -rw-r--r-- | libs/utils/ResourceTypes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/utils/ResourceTypes.cpp b/libs/utils/ResourceTypes.cpp index bbf50934df..73ff2302d9 100644 --- a/libs/utils/ResourceTypes.cpp +++ b/libs/utils/ResourceTypes.cpp @@ -3703,9 +3703,9 @@ void ResTable::getConfigurations(Vector<ResTable_config>* configs) const void ResTable::getLocales(Vector<String8>* locales) const { Vector<ResTable_config> configs; - LOGD("calling getConfigurations"); + LOGV("calling getConfigurations"); getConfigurations(&configs); - LOGD("called getConfigurations size=%d", (int)configs.size()); + LOGV("called getConfigurations size=%d", (int)configs.size()); const size_t I = configs.size(); for (size_t i=0; i<I; i++) { char locale[6]; |