Fix GAL lookup issue
Bug: 2646410 Change-Id: I52b0ddf4b7c6b56b3ad060d8d42a6080efa3662b
This commit is contained in:
parent
14812a50a8
commit
cb7ac76f0b
@ -94,8 +94,10 @@ public class GalParser extends Parser {
|
||||
if (tag == Tags.SEARCH_RESULT) {
|
||||
parseResult(galResult);
|
||||
} else if (tag == Tags.SEARCH_RANGE) {
|
||||
// Retrieve value, even if we're not using it for debug logging
|
||||
String range = getValue();
|
||||
if (EasSyncService.DEBUG_GAL_SERVICE) {
|
||||
mService.userLog("GAL result range: " + getValue());
|
||||
mService.userLog("GAL result range: " + range);
|
||||
}
|
||||
} else if (tag == Tags.SEARCH_TOTAL) {
|
||||
galResult.total = getValueInt();
|
||||
|
Loading…
Reference in New Issue
Block a user